mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-02 07:03:50 +01:00
Fix corruption of menu arrow on single height rms meter.
This commit is contained in:
@@ -1338,7 +1338,7 @@ void Meter::DrawMeterBar(wxDC &dc, MeterBar *meterBar)
|
||||
rRMS = wxRect(x, y, wd, h);
|
||||
|
||||
// Blank out the rest
|
||||
dc.DrawRectangle(x + wd, y, w, h);
|
||||
dc.DrawRectangle(x + wd, y, w - wd, h);
|
||||
|
||||
// Reset the colors
|
||||
dc.SetBrush(*wxTRANSPARENT_BRUSH);
|
||||
|
||||
Reference in New Issue
Block a user