mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-12 06:37:52 +02:00
Make DeviceToolBar on by default as preferences are now gone
This commit is contained in:
parent
115f684b85
commit
ce5103b8df
@ -560,7 +560,7 @@ void ToolManager::ReadConfig()
|
|||||||
// Read in all the settings
|
// Read in all the settings
|
||||||
gPrefs->Read( wxT("Dock"), &dock, ndx == SelectionBarID ? BotDockID : TopDockID );
|
gPrefs->Read( wxT("Dock"), &dock, ndx == SelectionBarID ? BotDockID : TopDockID );
|
||||||
gPrefs->Read( wxT("Order"), &ord, NoBarID );
|
gPrefs->Read( wxT("Order"), &ord, NoBarID );
|
||||||
gPrefs->Read( wxT("Show"), &show[ ndx ], ndx == DeviceBarID ? false : true );
|
gPrefs->Read( wxT("Show"), &show[ ndx ], true );
|
||||||
gPrefs->Read( wxT("X"), &x, -1 );
|
gPrefs->Read( wxT("X"), &x, -1 );
|
||||||
gPrefs->Read( wxT("Y"), &y, -1 );
|
gPrefs->Read( wxT("Y"), &y, -1 );
|
||||||
gPrefs->Read( wxT("W"), &width[ ndx ], -1 );
|
gPrefs->Read( wxT("W"), &width[ ndx ], -1 );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user