1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-20 05:07:53 +01:00

MixerBoard no longer needs update at undo push...

... it does that sooner, and ony when needed, when relevant track data really
change, by listening to the TrackList.
This commit is contained in:
Paul Licameli
2018-02-11 17:16:29 -05:00
parent ccc2bbe3ef
commit 1fc4c5724e
2 changed files with 0 additions and 23 deletions

View File

@@ -605,8 +605,6 @@ public:
void PopState(const UndoState &state);
void UpdateMixerBoard();
void GetRegionsByLabel( Regions &regions );
void AutoSave();