Use InternalChild directly

This commit is contained in:
Dan Balasescu 2024-08-06 16:08:42 +09:00
parent c574551ee0
commit c26a664b84
No known key found for this signature in database

View File

@ -115,7 +115,7 @@ namespace osu.Game.Overlays.SkinEditor
{
RelativeSizeAxes = Axes.Both;
AddInternal(new OsuContextMenuContainer
InternalChild = new OsuContextMenuContainer
{
RelativeSizeAxes = Axes.Both,
Child = new GridContainer
@ -220,7 +220,7 @@ namespace osu.Game.Overlays.SkinEditor
},
}
}
});
};
clipboardContent = clipboard.Content.GetBoundCopy();
}