1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-08 03:35:06 +08:00

Merge pull request #4111 from chrisny286/fix-playersettingsoverlay-not-coming-back-ctrl+H

Fix player settings getting stuck in a hidden state
This commit is contained in:
Dean Herbert
2019-01-22 09:43:30 +09:00
committed by GitHub
Unverified
@@ -50,7 +50,7 @@ namespace osu.Game.Screens.Play.HUD
protected override void PopOut() => this.FadeOut(fade_duration);
//We want to handle keyboard inputs all the time in order to trigger ToggleVisibility() when not visible
public override bool HandleNonPositionalInput => true;
public override bool PropagateNonPositionalInputSubTree => true;
protected override bool OnKeyDown(KeyDownEvent e)
{