mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 14:18:53 +02:00
Add back units have coloured backgrounds.
This was broken by a theming change for HiContrast.
This commit is contained in:
parent
2a043c0b35
commit
354b17394f
@ -1372,7 +1372,7 @@ bool NumericTextCtrl::Layout()
|
||||
mBackgroundBitmap = std::make_unique<wxBitmap>(mWidth + mButtonWidth, mHeight);
|
||||
memDC.SelectObject(*mBackgroundBitmap);
|
||||
|
||||
theTheme.SetBrushColour( Brush, clrTimeBack );
|
||||
theTheme.SetBrushColour( Brush, clrTimeHours );
|
||||
memDC.SetBrush(Brush);
|
||||
memDC.SetPen(*wxTRANSPARENT_PEN);
|
||||
memDC.DrawRectangle(0, 0, mWidth + mButtonWidth, mHeight);
|
||||
|
Loading…
x
Reference in New Issue
Block a user