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

(most of) Bug 1077: Resizing cursor correctly appears, except...

... we still see an incorrect arrow cursor where the cutline meets the bottom
of the track.
This commit is contained in:
Paul Licameli
2015-07-13 07:59:46 -04:00
parent e553837832
commit 912cdb6c53
2 changed files with 24 additions and 28 deletions

View File

@@ -356,7 +356,7 @@ protected:
// AS: Cursor handling
virtual bool SetCursorByActivity( );
virtual void SetCursorAndTipWhenInLabel( Track * t, wxMouseEvent &event, wxString &tip );
virtual void SetCursorAndTipWhenInVResizeArea( Track * label, bool blinked, wxString &tip );
virtual void SetCursorAndTipWhenInVResizeArea( bool blinked, wxString &tip );
virtual void SetCursorAndTipWhenInLabelTrack( LabelTrack * pLT, wxMouseEvent & event, wxString &tip );
virtual void SetCursorAndTipWhenSelectTool
( Track * t, wxMouseEvent & event, wxRect &r, bool bMultiToolMode, wxString &tip, const wxCursor ** ppCursor );