1
0
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:
James Crook 2016-09-23 22:12:22 +01:00
parent dd3ed9785f
commit c5875f7735

View File

@ -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);