mirror of
https://github.com/ppy/osu
synced 2025-01-13 09:31:19 +00:00
Fix FocusedTextBox in line with framework changes
This commit is contained in:
parent
db9cfa574f
commit
6e379f0646
@ -30,6 +30,8 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public override bool HandleKeyboardInput => HoldFocus || base.HandleKeyboardInput;
|
||||||
|
|
||||||
protected override void OnFocus(InputState state)
|
protected override void OnFocus(InputState state)
|
||||||
{
|
{
|
||||||
base.OnFocus(state);
|
base.OnFocus(state);
|
||||||
|
Loading…
Reference in New Issue
Block a user