mirror of
https://github.com/osukey/osukey.git
synced 2025-06-29 15:17:57 +09:00
Merge pull request #4459 from Joehuu/fix-chan-sel-dimming-forever
Fix channel selection overlay leaving background dimmed when popped out
This commit is contained in:
commit
fc7cb14388
@ -320,6 +320,8 @@ namespace osu.Game.Overlays
|
|||||||
this.MoveToY(Height, transition_length, Easing.InSine);
|
this.MoveToY(Height, transition_length, Easing.InSine);
|
||||||
this.FadeOut(transition_length, Easing.InSine);
|
this.FadeOut(transition_length, Easing.InSine);
|
||||||
|
|
||||||
|
channelSelectionOverlay.State = Visibility.Hidden;
|
||||||
|
|
||||||
textbox.HoldFocus = false;
|
textbox.HoldFocus = false;
|
||||||
base.PopOut();
|
base.PopOut();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user