1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-22 08:45:50 +01:00

Fix vertical meter not working on Mac...broken by r13802

This commit is contained in:
lllucius@gmail.com
2014-12-24 02:31:21 +00:00
parent b942e8085f
commit f00932a7ff

View File

@@ -1263,7 +1263,7 @@ void Meter::RepaintBarsNow()
} }
#if defined(__WXMAC__) #if defined(__WXMAC__)
if (mStyle != HorizontalStereoCompact) if (mStyle == HorizontalStereo)
{ {
// Due to compositing or antialiasing on the Mac, we have to make // Due to compositing or antialiasing on the Mac, we have to make
// sure all remnants of the previous ruler text is completely gone. // sure all remnants of the previous ruler text is completely gone.