1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Stop ASliders from flashing when entered/changed

This commit is contained in:
Leland Lucius 2020-04-18 16:40:52 -05:00
parent 4475dee373
commit 6c605c8d6a

View File

@ -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(