mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 16:40:07 +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);
|
mCommandManager.Check(wxT("SWPlaythrough"), active);
|
||||||
gPrefs->Read(wxT("/GUI/LinkTracks"), &active, true);
|
gPrefs->Read(wxT("/GUI/LinkTracks"), &active, true);
|
||||||
SetStickyFlag(active);
|
SetStickyFlag(active);
|
||||||
mCommandManager.Check(wxT("StickyLabels"), mStickyFlag);
|
mCommandManager.Check(wxT("StickyLabels"), active);
|
||||||
}
|
}
|
||||||
|
|
||||||
void AudacityProject::UpdateMenus()
|
void AudacityProject::UpdateMenus()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user