This commit is contained in:
Leland Lucius 2015-10-05 23:43:00 +01:00
parent aefde8ad30
commit 48c5c47214
1 changed files with 1 additions and 1 deletions

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)