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:
parent
4475dee373
commit
6c605c8d6a
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user