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

@ -56,7 +56,7 @@ namespace osu.Game.Overlays.Dialog
get { return buttonsContainer.Children; }
set
{
buttonsContainer.Children = value;
buttonsContainer.ChildrenEnumerable = value;
foreach (PopupDialogButton b in value)
{
var action = b.Action;