1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-11 15:16:27 +01:00

Update mixer board selection state correctly for undo/redo

This commit is contained in:
Paul Licameli
2016-06-26 13:31:00 -04:00
parent a9a7ab635b
commit 28c31903e9
3 changed files with 29 additions and 19 deletions

View File

@@ -400,7 +400,8 @@ protected:
virtual void HandleLabelClick(wxMouseEvent & event);
public:
virtual void HandleListSelection(Track *t, bool shift, bool ctrl);
virtual void HandleListSelection(Track *t, bool shift, bool ctrl,
bool modifyState = true);
protected:
virtual void HandleRearrange(wxMouseEvent & event);