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

Fix: With no prior config set show Record and Play meter, don't show Combined meter.

This commit is contained in:
james.k.crook@gmail.com 2014-10-24 20:37:19 +00:00
parent d96bbb1f3a
commit f824dfcd0d

View File

@ -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 );