Fix channel selection overlay dimming bg forever when popped out

This commit is contained in:
Joehu 2019-03-11 20:10:59 -07:00
parent 246b214fa6
commit ad3b956cec

View File

@ -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();
}