Update framework with better children list

This commit is contained in:
Thomas Müller
2017-06-24 12:56:35 +02:00
parent f70bdd80aa
commit 1bca9ca0e9
9 changed files with 9 additions and 9 deletions

View File

@ -439,7 +439,7 @@ namespace osu.Game.Screens.Select
{
Show();
if (header.Text == "Tags")
content.Children = value.Split(' ').Select(text => new OsuSpriteText
content.ChildrenEnumerable = value.Split(' ').Select(text => new OsuSpriteText
{
Text = text,
Font = "Exo2.0-Regular",