1
0
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:
Paul Licameli
2017-10-20 12:45:27 -04:00
parent dabf5c0e39
commit 0cf90d65e6
9 changed files with 24 additions and 28 deletions

View File

@@ -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,