1
0
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:
Paul Licameli
2017-06-23 14:27:52 -04:00
parent adf4c61052
commit 34da6e6ad3
3 changed files with 22 additions and 16 deletions

View File

@@ -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