1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-10 14:46:24 +01:00

Revert "Highlighting of resizers"

This reverts commit 3e7f82cf5e.
This commit is contained in:
Paul Licameli
2017-07-11 14:16:58 -04:00
parent 3e7f82cf5e
commit cddeb94c4b
3 changed files with 21 additions and 44 deletions

View File

@@ -417,14 +417,14 @@ protected:
const wxRect & clip);
void DrawOutside
(TrackPanelDrawingContext &context,
Track *t, Track *prev, const wxRect & rec);
Track *t, const wxRect & rec);
void HighlightFocusedTrack (wxDC* dc, const wxRect &rect);
void DrawShadow (Track *t, wxDC* dc, const wxRect & rect);
void DrawBordersAroundTrack(Track *t, wxDC* dc, const wxRect & rect, const int labelw, const int vrul);
void DrawOutsideOfTrack
(TrackPanelDrawingContext &context,
Track *t, Track *prev, const wxRect & rect);
Track *t, const wxRect & rect);
public:
// Set the object that performs catch-all event handling when the pointer