Make most textbox carets movable

This commit is contained in:
Joehu
2019-10-15 14:47:48 -07:00
parent 8bba6288a8
commit 649951198e
2 changed files with 7 additions and 4 deletions

View File

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