mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Merge remote-tracking branch 'origin/master' into selection-update
This commit is contained in:
@ -278,7 +278,7 @@ namespace osu.Game.Screens.Select
|
||||
|
||||
protected virtual void ExitFromBack()
|
||||
{
|
||||
if (ModSelect.State == Visibility.Visible)
|
||||
if (ModSelect.State.Value == Visibility.Visible)
|
||||
{
|
||||
ModSelect.Hide();
|
||||
return;
|
||||
@ -520,7 +520,7 @@ namespace osu.Game.Screens.Select
|
||||
if (base.OnExiting(next))
|
||||
return true;
|
||||
|
||||
beatmapInfoWedge.State = Visibility.Hidden;
|
||||
beatmapInfoWedge.Hide();
|
||||
|
||||
this.FadeOut(100);
|
||||
|
||||
|
Reference in New Issue
Block a user