mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 06:08:40 +02:00
Correct default colour for rulers.
This commit is contained in:
parent
d9e25bfc12
commit
7e2a7aad89
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user