1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-16 01:33:22 +08:00

Fix filter text box input

This commit is contained in:
DrabWeb 2017-05-29 22:52:38 -03:00
parent b6cb9d3229
commit a1453eb9e1

View File

@ -103,7 +103,7 @@ namespace osu.Game.Overlays.SearchableList
protected override bool OnFocus(InputState state) protected override bool OnFocus(InputState state)
{ {
Filter.Search.TriggerOnFocus(); InputManager.ChangeFocus(Filter.Search);
return false; return false;
} }