1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-08 08:01:19 +02:00

Bug 2258 - Sliders in the slider dialogs when double-clicked yield a further slider dialog

This commit is contained in:
James Crook 2020-02-24 21:23:16 +00:00
parent 64811e49f9
commit 50d16867d5

View File

@ -291,7 +291,7 @@ SliderDialog::SliderDialog(wxWindow * parent, wxWindowID id,
wxDefaultPosition,
size,
ASlider::Options{}
.Style( style ).Line( line ).Page( page ) );
.Style( style ).Line( line ).Page( page ).Popup( false) );
S.Position(wxEXPAND)
.AddWindow(mSlider);
}