mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-05 06:01:04 +01:00
Correct default colour for rulers.
This commit is contained in:
@@ -126,7 +126,7 @@ Ruler::Ruler()
|
||||
mBottom = -1;
|
||||
mbTicksOnly = true;
|
||||
mbTicksAtExtremes = false;
|
||||
mTickColour = wxColour( 153, 153, 153 );
|
||||
mTickColour = wxColour( theTheme.Colour( clrTrackPanelText ));
|
||||
mPen.SetColour(mTickColour);
|
||||
|
||||
// Note: the font size is now adjusted automatically whenever
|
||||
|
||||
Reference in New Issue
Block a user