1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-19 11:20:24 +08:00

Also hide any popovers when footer sets new buttons (ie we're moving to a new screen)

This commit is contained in:
Dean Herbert
2025-05-30 16:49:24 +09:00
Unverified
parent 9bf111c66a
commit 40d801d2c1
+1
View File
@@ -173,6 +173,7 @@ namespace osu.Game.Screens.Footer
temporarilyHiddenButtons.Clear();
overlays.Clear();
this.HidePopover();
clearActiveOverlayContainer();
var oldButtons = buttonsFlow.ToArray();