1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-04 16:14:00 +01:00

Change to the initial row selected in label editor. The initial row is the nearest previous label. If there is not one, then its the first label.

This commit is contained in:
David Bailes
2015-05-21 14:16:06 +01:00
parent 0dbaa76a7b
commit 7b88005899
2 changed files with 42 additions and 3 deletions

View File

@@ -50,6 +50,7 @@ class LabelDialog:public wxDialog
bool Validate();
void FindAllLabels();
void AddLabels(LabelTrack *t);
void FindInitialRow();
wxString TrackName(int & index, wxString dflt = _("Label Track"));
void OnUpdate(wxCommandEvent &event);