diff --git a/osu-framework b/osu-framework index 52b97a5832..458ebc2d46 160000 --- a/osu-framework +++ b/osu-framework @@ -1 +1 @@ -Subproject commit 52b97a5832410eb868421fd7c55cdb67620330d0 +Subproject commit 458ebc2d4626c74bb8059cd28b44eb7adba74fbb 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 {