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

Highlighting of resizers

This commit is contained in:
Paul Licameli
2017-06-22 11:04:39 -04:00
parent b11c3c8ccf
commit 3e7f82cf5e
3 changed files with 44 additions and 21 deletions

View File

@@ -417,14 +417,14 @@ protected:
const wxRect & clip);
void DrawOutside
(TrackPanelDrawingContext &context,
Track *t, const wxRect & rec);
Track *t, Track *prev, 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, const wxRect & rect);
Track *t, Track *prev, const wxRect & rect);
public:
// Set the object that performs catch-all event handling when the pointer