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:
parent
64811e49f9
commit
50d16867d5
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user