1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:52:56 +08:00

Fix FocusedTextBox in line with framework changes

This commit is contained in:
Dean Herbert 2018-03-22 15:54:16 +09:00
parent db9cfa574f
commit 6e379f0646

View File

@ -30,6 +30,8 @@ namespace osu.Game.Graphics.UserInterface
}
}
public override bool HandleKeyboardInput => HoldFocus || base.HandleKeyboardInput;
protected override void OnFocus(InputState state)
{
base.OnFocus(state);