mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 17:30:17 +01:00
S.GetParent() for all windows passed to ShuttleGui::AddWindow()...
... Verified that this makes no real change.
This commit is contained in:
@@ -283,7 +283,7 @@ SliderDialog::SliderDialog(wxWindow * parent, wxWindowID id,
|
||||
mTextCtrl = S.Validator<wxTextValidator>(wxFILTER_NUMERIC)
|
||||
.AddTextBox( {}, wxEmptyString, 15);
|
||||
|
||||
mSlider = safenew ASlider(this,
|
||||
mSlider = safenew ASlider(S.GetParent(),
|
||||
wxID_ANY,
|
||||
title,
|
||||
wxDefaultPosition,
|
||||
|
||||
Reference in New Issue
Block a user