mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 08:09:32 +02:00
Make this line more uniform.
This commit is contained in:
parent
2b3a50bd09
commit
eee1f9081b
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user