mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-06 15:37:44 +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))
|
void ASlider::OnPaint(wxPaintEvent & WXUNUSED(event))
|
||||||
{
|
{
|
||||||
wxPaintDC dc(this);
|
wxBufferedPaintDC dc(this);
|
||||||
|
|
||||||
bool highlighted =
|
bool highlighted =
|
||||||
GetClientRect().Contains(
|
GetClientRect().Contains(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user