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

@ -37,7 +37,7 @@ namespace osu.Game.Graphics.UserInterface
{
TabContainer.Spacing = new Vector2(10f, 0f);
Add(strip = new Box
AddInternal(strip = new Box
{
Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft,