mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-13 08:05:52 +01: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;
|
dc = &clientDC;
|
||||||
#else
|
#else
|
||||||
wxBufferedDC bufDC(&clientDC, *mBitmap);
|
wxBufferedDC bufDC(&clientDC, *mBitmap);
|
||||||
dc = &bufDC
|
dc = &bufDC;
|
||||||
#endif
|
#endif
|
||||||
for (int i = 0; i < mNumBars; i++)
|
for (int i = 0; i < mNumBars; i++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user