mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-13 15:17:42 +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();
|
||||
|
||||
wxColour backgroundColour = GetParent()->GetBackgroundColour();
|
||||
wxColour backgroundColour = theTheme.Colour( clrMedium);
|
||||
mBkgndBrush = wxBrush(backgroundColour, wxSOLID);
|
||||
|
||||
mPeakPeakPen = wxPen(theTheme.Colour( clrMeterPeak), 1, wxSOLID);
|
||||
|
Loading…
x
Reference in New Issue
Block a user