1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-06 23:29:24 +02:00

Compact meters under GTK have same antialiasing issue as OSX

This commit is contained in:
lllucius@gmail.com 2015-01-03 07:00:39 +00:00
parent 16a5876b23
commit c3c458e3fa

View File

@ -1384,7 +1384,7 @@ void Meter::RepaintBarsNow()
DrawMeterBar(dc, &mBar[i]);
}
#if defined(__WXMAC__)
#if defined(__WXMAC__) || defined(__WXGTK__)
// Due to compositing or antialiasing on the Mac, we have to make
// sure all remnants of the previous ruler text is completely gone.
// Otherwise, we get a strange bolding effect.