1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 00:02:54 +08:00

Update with framework changes

This commit is contained in:
DrabWeb 2017-05-28 15:14:22 -03:00
parent 0e087994a1
commit 8994c57f3c

View File

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