mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-02 17:09:26 +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
|
// 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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user