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:
parent
fdc978e871
commit
4267ba0490
@ -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);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user