mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-14 15:48:21 +02:00
Tweak to last colour fix, in case window created as an orphan.
This commit is contained in:
parent
dd3ed9785f
commit
c5875f7735
@ -262,7 +262,7 @@ Meter::Meter(AudacityProject *project,
|
|||||||
|
|
||||||
UpdatePrefs();
|
UpdatePrefs();
|
||||||
|
|
||||||
wxColour backgroundColour = GetParent()->GetBackgroundColour();
|
wxColour backgroundColour = theTheme.Colour( clrMedium);
|
||||||
mBkgndBrush = wxBrush(backgroundColour, wxSOLID);
|
mBkgndBrush = wxBrush(backgroundColour, wxSOLID);
|
||||||
|
|
||||||
mPeakPeakPen = wxPen(theTheme.Colour( clrMeterPeak), 1, wxSOLID);
|
mPeakPeakPen = wxPen(theTheme.Colour( clrMeterPeak), 1, wxSOLID);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user