mirror of
https://github.com/ppy/osu
synced 2024-12-13 10:28:17 +00:00
Fix channel selection overlay dimming bg forever when popped out
This commit is contained in:
parent
246b214fa6
commit
ad3b956cec
@ -320,6 +320,8 @@ namespace osu.Game.Overlays
|
||||
this.MoveToY(Height, transition_length, Easing.InSine);
|
||||
this.FadeOut(transition_length, Easing.InSine);
|
||||
|
||||
channelSelectionOverlay.State = Visibility.Hidden;
|
||||
|
||||
textbox.HoldFocus = false;
|
||||
base.PopOut();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user