Fix left and right arrows keys in chat overlay not working

Misplaced override. Resolves ppy/osu-framework#1444
This commit is contained in:
Dean Herbert
2018-03-06 08:59:02 +09:00
parent a6460832f4
commit 90828cca8f
2 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,8 @@ namespace osu.Game.Graphics.UserInterface
{
protected virtual bool AllowCommit => false;
public override bool HandleLeftRightArrows => false;
public SearchTextBox()
{
Height = 35;