1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 15:49:36 +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
for (int i = 0; i < mNumBars; i++)
{
Refresh(false, &mBar[i].r);
Refresh(false);
}
// Immediate redraw (using wxPaintDC)