1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-24 16:20:05 +02:00

Make DeviceToolBar on by default as preferences are now gone

This commit is contained in:
mchinen 2011-01-09 21:26:11 +00:00
parent 115f684b85
commit ce5103b8df

View File

@ -560,7 +560,7 @@ void ToolManager::ReadConfig()
// Read in all the settings
gPrefs->Read( wxT("Dock"), &dock, ndx == SelectionBarID ? BotDockID : TopDockID );
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("Y"), &y, -1 );
gPrefs->Read( wxT("W"), &width[ ndx ], -1 );