mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-28 14:18:41 +02:00
Correct default colour for rulers.
This commit is contained in:
parent
d9e25bfc12
commit
7e2a7aad89
@ -126,7 +126,7 @@ Ruler::Ruler()
|
|||||||
mBottom = -1;
|
mBottom = -1;
|
||||||
mbTicksOnly = true;
|
mbTicksOnly = true;
|
||||||
mbTicksAtExtremes = false;
|
mbTicksAtExtremes = false;
|
||||||
mTickColour = wxColour( 153, 153, 153 );
|
mTickColour = wxColour( theTheme.Colour( clrTrackPanelText ));
|
||||||
mPen.SetColour(mTickColour);
|
mPen.SetColour(mTickColour);
|
||||||
|
|
||||||
// Note: the font size is now adjusted automatically whenever
|
// Note: the font size is now adjusted automatically whenever
|
||||||
|
Loading…
x
Reference in New Issue
Block a user