From 96c23d2a627ed60902897579f86b86c82a92f588 Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Thu, 15 Feb 2018 19:41:15 +0900 Subject: [PATCH] Add override to fix left/right arrow control --- osu.Game/Graphics/UserInterface/FocusedTextBox.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/osu.Game/Graphics/UserInterface/FocusedTextBox.cs b/osu.Game/Graphics/UserInterface/FocusedTextBox.cs index 6d9bf231c3..43a3f06236 100644 --- a/osu.Game/Graphics/UserInterface/FocusedTextBox.cs +++ b/osu.Game/Graphics/UserInterface/FocusedTextBox.cs @@ -18,6 +18,8 @@ namespace osu.Game.Graphics.UserInterface public Action Exit; + public override bool HandleLeftRightArrows => false; + private bool focus; public bool HoldFocus {