1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Bug1426: Better selection for key-modified clicks in TCP, Mixer board

This commit is contained in:
Paul Licameli
2016-06-26 12:03:45 -04:00
parent ee7b3b2b89
commit 4823244050
4 changed files with 45 additions and 77 deletions

View File

@@ -100,7 +100,7 @@ private:
wxColour GetTrackColor();
// event handlers
void HandleSelect(const bool bShiftDown);
void HandleSelect(bool bShiftDown, bool bControlDown);
void OnKeyEvent(wxKeyEvent& event);
void OnMouseEvent(wxMouseEvent& event);