1
0
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:
James Crook
2016-08-30 23:46:12 +01:00
parent 9d059bf13b
commit c57f829200
2 changed files with 42 additions and 6 deletions

View File

@@ -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);