mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-24 23:13:42 +02:00
Per http://bugzilla.audacityteam.org/show_bug.cgi?id=547#c8, default Selection Toolbar TimeTextCtrls to "hh:mm:ss + milliseconds". Note this also defaults it for any TimeTextCtrl for which the pref is "".
Also widened the default project window to 700 pixels, to accommodate the wider Selection Toolbar controls.
This commit is contained in:
@@ -559,7 +559,7 @@ wxString TimeTextCtrl::GetBuiltinFormat(const int index)
|
||||
|
||||
wxString TimeTextCtrl::GetBuiltinFormat(const wxString &name)
|
||||
{
|
||||
int ndx = 1;
|
||||
int ndx = 4; // Default to "hh:mm:ss + milliseconds".
|
||||
int i;
|
||||
|
||||
for (i=0; i<TimeTextCtrl::GetNumBuiltins(); i++) {
|
||||
|
||||
Reference in New Issue
Block a user