mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-11 23:26:28 +01:00
Bug 1484 - (Residual) Shift-Click calculates start/end for itself.
Smarter logic, which extends down from the first or up from the last.
This commit is contained in:
@@ -296,6 +296,7 @@ class AUDACITY_DLL_API TrackPanel final : public OverlayPanel {
|
||||
|
||||
protected:
|
||||
|
||||
virtual void ChangeSelectionOnShiftClick(Track * pTrack);
|
||||
virtual void SelectionHandleClick(wxMouseEvent &event,
|
||||
Track* pTrack, wxRect rect);
|
||||
virtual void StartSelection (int mouseXCoordinate, int trackLeftEdge);
|
||||
|
||||
Reference in New Issue
Block a user