Update TabControl subclasses to use AddInternal

This commit is contained in:
Shane Woolcock
2018-07-31 17:56:54 +09:30
parent 7192f98c42
commit 47533f83c3
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ namespace osu.Game.Screens.Edit.Menus
TabContainer.AutoSizeAxes = Axes.X;
TabContainer.Padding = new MarginPadding();
Add(new Box
AddInternal(new Box
{
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,