mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:57:36 +08:00
Fix DialogOverlay
potentially not expiring dialogs as soon as it should
This commit is contained in:
parent
dcadf3b81d
commit
6b698047ab
@ -49,6 +49,8 @@ namespace osu.Game.Overlays
|
||||
Show();
|
||||
}
|
||||
|
||||
public override bool IsPresent => dialogContainer.Children.Count > 0;
|
||||
|
||||
protected override bool BlockNonPositionalInput => true;
|
||||
|
||||
private void onDialogOnStateChanged(VisibilityContainer dialog, Visibility v)
|
||||
|
Loading…
Reference in New Issue
Block a user