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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user