1
0
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:
BusinessmanProgrammerSteve 2010-03-13 18:25:26 +00:00
parent 2b3a50bd09
commit eee1f9081b

View File

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