mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 16:37:12 +01:00
1. Consolidate linking enable/disable logic b/w Edit Toolbar and Menu
2. Save user's preference for enabling linking 3. fix a bug by which changes to global prefs like SWPlaythrough were not visually reflected in other open projects.
This commit is contained in:
@@ -37,6 +37,8 @@ void AddEffectsToMenu(CommandManager* c, const EffectSet& effects);
|
||||
void CreateRecentFilesMenu(CommandManager *c);
|
||||
void ModifyUndoMenus();
|
||||
void ModifyToolbarMenus();
|
||||
// Calls ModifyToolbarMenus() on all projects
|
||||
void ModifyAllProjectToolbarMenus();
|
||||
|
||||
int GetFocusedFrame();
|
||||
wxUint32 GetUpdateFlags();
|
||||
|
||||
Reference in New Issue
Block a user