mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-09 00:21:16 +02:00
Fix vertical meter not working on Mac...broken by r13802
This commit is contained in:
parent
b942e8085f
commit
f00932a7ff
@ -1263,7 +1263,7 @@ void Meter::RepaintBarsNow()
|
||||
}
|
||||
|
||||
#if defined(__WXMAC__)
|
||||
if (mStyle != HorizontalStereoCompact)
|
||||
if (mStyle == HorizontalStereo)
|
||||
{
|
||||
// Due to compositing or antialiasing on the Mac, we have to make
|
||||
// sure all remnants of the previous ruler text is completely gone.
|
||||
|
Loading…
x
Reference in New Issue
Block a user