1
0
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:
lllucius
2014-10-08 13:44:44 +00:00
parent 19b9fc5f91
commit 532272370c

View File

@@ -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++)
{