mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-19 23:21:33 +01:00
Make this line more uniform.
This commit is contained in:
@@ -1532,7 +1532,7 @@ void AudacityProject::ModifyToolbarMenus()
|
||||
mCommandManager.Check(wxT("SWPlaythrough"), active);
|
||||
gPrefs->Read(wxT("/GUI/LinkTracks"), &active, true);
|
||||
SetStickyFlag(active);
|
||||
mCommandManager.Check(wxT("StickyLabels"), mStickyFlag);
|
||||
mCommandManager.Check(wxT("StickyLabels"), active);
|
||||
}
|
||||
|
||||
void AudacityProject::UpdateMenus()
|
||||
|
||||
Reference in New Issue
Block a user