Add override to fix left/right arrow control

This commit is contained in:
Dean Herbert 2018-02-15 19:41:15 +09:00
parent e2421ffe31
commit 96c23d2a62
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ public class FocusedTextBox : OsuTextBox
public Action Exit;
public override bool HandleLeftRightArrows => false;
private bool focus;
public bool HoldFocus
{