mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-07 15:49:42 +02:00
Compact meters under GTK have same antialiasing issue as OSX
This commit is contained in:
parent
16a5876b23
commit
c3c458e3fa
@ -1384,7 +1384,7 @@ void Meter::RepaintBarsNow()
|
|||||||
DrawMeterBar(dc, &mBar[i]);
|
DrawMeterBar(dc, &mBar[i]);
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(__WXMAC__)
|
#if defined(__WXMAC__) || defined(__WXGTK__)
|
||||||
// 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.
|
||||||
// Otherwise, we get a strange bolding effect.
|
// Otherwise, we get a strange bolding effect.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user