1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 17:09:26 +02:00
This commit is contained in:
Leland Lucius 2015-10-05 23:43:00 +01:00
parent aefde8ad30
commit 48c5c47214

View File

@ -1494,7 +1494,7 @@ void Meter::RepaintBarsNow()
// Invalidate the bars so they get redrawn // Invalidate the bars so they get redrawn
for (int i = 0; i < mNumBars; i++) for (int i = 0; i < mNumBars; i++)
{ {
Refresh(false, &mBar[i].r); Refresh(false);
} }
// Immediate redraw (using wxPaintDC) // Immediate redraw (using wxPaintDC)