mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-29 08:43:56 +01:00
Mouse-over highlighting of slider thumbs in toolbar & mixer board
This commit is contained in:
@@ -1976,7 +1976,7 @@ void TrackInfo::SliderDrawFunction
|
||||
wxRect sliderRect = rect;
|
||||
TrackInfo::GetSliderHorizontalBounds( rect.GetTopLeft(), sliderRect );
|
||||
auto wt = static_cast<const TrackClass*>( pTrack );
|
||||
Selector( sliderRect, wt, captured, nullptr )->OnPaint(*dc);
|
||||
Selector( sliderRect, wt, captured, nullptr )->OnPaint(*dc, false);
|
||||
}
|
||||
|
||||
void TrackInfo::PanSliderDrawFunction
|
||||
|
||||
Reference in New Issue
Block a user