mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-22 07:10:06 +02:00
Fix: With no prior config set show Record and Play meter, don't show Combined meter.
This commit is contained in:
parent
d96bbb1f3a
commit
f824dfcd0d
@ -588,7 +588,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 ], true );
|
||||
gPrefs->Read( wxT("Show"), &show[ ndx ], ndx != MeterBarID);
|
||||
|
||||
gPrefs->Read( wxT("X"), &x, -1 );
|
||||
gPrefs->Read( wxT("Y"), &y, -1 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user