mirror of
https://github.com/cookiengineer/audacity
synced 2026-04-18 04:01:06 +02: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