mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 08:33:36 +02:00
Stupid Leland needs to build on other plats and not assume he got it right.
This commit is contained in:
@@ -1133,7 +1133,7 @@ void Meter::RepaintBarsNow()
|
||||
dc = &clientDC;
|
||||
#else
|
||||
wxBufferedDC bufDC(&clientDC, *mBitmap);
|
||||
dc = &bufDC
|
||||
dc = &bufDC;
|
||||
#endif
|
||||
for (int i = 0; i < mNumBars; i++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user