1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-04-30 15:49:41 +02:00

Bug 2473 - Linux: Numbers on meters have opaque backgrounds

This commit is contained in:
James Crook 2020-06-09 16:35:43 +01:00
parent fdc978e871
commit 4267ba0490

View File

@ -1674,7 +1674,7 @@ void Ruler::Label::Draw(wxDC&dc, bool twoTone, wxColour c) const
#else
dc.SetTextForeground(altColor ? *wxBLUE : *wxBLACK);
#endif
dc.SetBackgroundMode(wxTRANSPARENT);
dc.DrawText(text.Translation(), lx, ly);
}
}