mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
S.GetParent() for all windows passed to ShuttleGui::AddWindow()...
... Verified that this makes no real change.
This commit is contained in:
@@ -255,7 +255,7 @@ void LabelDialog::PopulateOrExchange( ShuttleGui & S )
|
||||
{
|
||||
S.StartVerticalLay(wxEXPAND,1);
|
||||
{
|
||||
mGrid = safenew Grid(this, wxID_ANY);
|
||||
mGrid = safenew Grid(S.GetParent(), wxID_ANY);
|
||||
S.Prop(1).AddWindow( mGrid );
|
||||
}
|
||||
S.EndVerticalLay();
|
||||
|
||||
Reference in New Issue
Block a user