1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-21 18:02:56 +08:00
osu-lazer/osu.Game/Screens/Footer
Salman Ahmed 337f05f9a4 Fix loading (but not showing) a sheared overlay hiding displayed footer content
Identified by tests. See https://github.com/ppy/osu/actions/runs/9869382635/job/27253010485 & https://github.com/ppy/osu/actions/runs/9869382635/job/27253009622.

This change also prevents the initial `PopOut` call in overlays from calling `clearActiveOverlayContainer`, since it's not in the update thread and it's never meant to be called at that point anyway (it's supposed to be accompanied by a previous `PopIn` call adding the footer content).
2024-07-10 11:56:35 +03:00
..
ScreenBackButton.cs Adjust footer design to display well with the rest of the game 2024-06-30 04:32:05 +03:00
ScreenFooter.cs Fix loading (but not showing) a sheared overlay hiding displayed footer content 2024-07-10 11:56:35 +03:00
ScreenFooterButton.cs Add test coverage 2024-06-30 06:50:22 +03:00