Merge branch 'master' into fix-chat-overlay-drift

This commit is contained in:
Thomas Müller
2017-05-28 14:38:39 +02:00
committed by GitHub
17 changed files with 57 additions and 41 deletions

View File

@ -170,7 +170,7 @@ namespace osu.Game.Overlays
protected override bool OnFocus(InputState state)
{
//this is necessary as inputTextBox is masked away and therefore can't get focus :(
inputTextBox.TriggerFocus();
InputManager.ChangeFocus(inputTextBox);
return false;
}