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

@ -195,7 +195,7 @@ namespace osu.Game.Overlays
TabContainer.AutoSizeAxes |= Axes.X;
TabContainer.Anchor |= Anchor.x1;
TabContainer.Origin |= Anchor.x1;
Add(bottom = new Box
AddInternal(bottom = new Box
{
RelativeSizeAxes = Axes.X,
Height = 1,