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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user