mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09: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:
commit
e8e852f745
@ -50,7 +50,7 @@ namespace osu.Game.Screens.Play.HUD
|
|||||||
protected override void PopOut() => this.FadeOut(fade_duration);
|
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
|
//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)
|
protected override bool OnKeyDown(KeyDownEvent e)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user