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

Highlighting of Track Control Panel sliders

This commit is contained in:
Paul Licameli
2017-06-25 18:15:54 -04:00
parent 44d6d5f427
commit 51e25cdfa0
3 changed files with 11 additions and 7 deletions

View File

@@ -121,7 +121,8 @@ public:
( LWSlider *(*Selector)
(const wxRect &sliderRect, const TrackClass *t, bool captured,
wxWindow*),
wxDC *dc, const wxRect &rect, const Track *pTrack, bool captured );
wxDC *dc, const wxRect &rect, const Track *pTrack,
bool captured, bool highlight );
static void PanSliderDrawFunction
( TrackPanelDrawingContext &context,