1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-23 23:03:55 +02:00

bug 11 followup: fix sizing and positioning issues. Also autoresizes now.

This commit is contained in:
mchinen
2011-01-17 04:17:25 +00:00
parent 5751d765c1
commit 350b96038c
4 changed files with 99 additions and 23 deletions

View File

@@ -561,6 +561,10 @@ void ToolManager::ReadConfig()
gPrefs->Read( wxT("Dock"), &dock, ndx == SelectionBarID ? BotDockID : TopDockID );
gPrefs->Read( wxT("Order"), &ord, NoBarID );
gPrefs->Read( wxT("Show"), &show[ ndx ], true );
//we turned the device preferences on by default for the first time
//as of prefs version 1.1.2r.
//For users that have older prefs, turn it on once.
gPrefs->Read( wxT("X"), &x, -1 );
gPrefs->Read( wxT("Y"), &y, -1 );
gPrefs->Read( wxT("W"), &width[ ndx ], -1 );