mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-04 10:43:08 +01:00
Stop ASliders from flashing when entered/changed
This commit is contained in:
@@ -1601,7 +1601,7 @@ void ASlider::OnErase(wxEraseEvent & WXUNUSED(event))
|
||||
|
||||
void ASlider::OnPaint(wxPaintEvent & WXUNUSED(event))
|
||||
{
|
||||
wxPaintDC dc(this);
|
||||
wxBufferedPaintDC dc(this);
|
||||
|
||||
bool highlighted =
|
||||
GetClientRect().Contains(
|
||||
|
||||
Reference in New Issue
Block a user