mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Fix for bug #1219
This commit is contained in:
parent
aefde8ad30
commit
48c5c47214
@ -1494,7 +1494,7 @@ void Meter::RepaintBarsNow()
|
||||
// Invalidate the bars so they get redrawn
|
||||
for (int i = 0; i < mNumBars; i++)
|
||||
{
|
||||
Refresh(false, &mBar[i].r);
|
||||
Refresh(false);
|
||||
}
|
||||
|
||||
// Immediate redraw (using wxPaintDC)
|
||||
|
Loading…
x
Reference in New Issue
Block a user