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