mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-05 00:23:56 +01:00
Use currently selected timeformat (in SelectionBar) as default for Label dialog
This commit is contained in:
@@ -37,7 +37,8 @@ class LabelDialog:public wxDialog
|
||||
DirManager *dirmanager,
|
||||
TrackList *tracks,
|
||||
ViewInfo &viewinfo,
|
||||
double rate);
|
||||
double rate,
|
||||
const wxString & format);
|
||||
~LabelDialog();
|
||||
|
||||
virtual bool Show(bool show = true);
|
||||
|
||||
Reference in New Issue
Block a user