Skip to content

Commit

Permalink
Merge branch 'master' into skin--completion
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Mar 22, 2018
2 parents af65f2d + 242ee8f commit 2d08cee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion osu-framework
3 changes: 3 additions & 0 deletions osu.Game/Graphics/UserInterface/FocusedTextBox.cs
Expand Up @@ -30,6 +30,9 @@ public bool HoldFocus
}
}

// We may not be focused yet, but we need to handle keyboard input to be able to request focus
public override bool HandleKeyboardInput => HoldFocus || base.HandleKeyboardInput;

protected override void OnFocus(InputState state)
{
base.OnFocus(state);
Expand Down

0 comments on commit 2d08cee

Please sign in to comment.