Fix notification overlay layout and scheduled tasks being delayed

Closes #1295
This commit is contained in:
Dean Herbert
2017-12-27 19:42:44 +09:00
parent 9841fd6cd6
commit 7d0c94fd01
2 changed files with 46 additions and 7 deletions

View File

@ -20,6 +20,10 @@ namespace osu.Game.Overlays.Notifications
private OsuSpriteText titleText;
private OsuSpriteText countText;
// this is required to ensure correct layout and scheduling on children.
// the layout portion of this is being tracked as a framework issue (TODO).
protected override bool RequiresChildrenUpdate => true;
private ClearAllButton clearButton;
private FlowContainer<Notification> notifications;