mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-15 17:11:20 +01:00
Lighten colors slightly for sync-selection.
This commit is contained in:
@@ -1881,7 +1881,7 @@ void AdornedRulerPanel::DoDrawPlayRegion(wxDC * dc)
|
||||
void AdornedRulerPanel::DoDrawBorder(wxDC * dc)
|
||||
{
|
||||
// Draw AdornedRulerPanel border
|
||||
AColor::MediumTrackInfo( dc, false );
|
||||
AColor::MediumTrackInfo( dc, false, false );
|
||||
dc->DrawRectangle( mInner );
|
||||
|
||||
wxRect r = mOuter;
|
||||
|
||||
Reference in New Issue
Block a user