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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user