mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 01:05:52 +08:00
Block deselect all short key when using the search box
This commit is contained in:
@@ -37,6 +37,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
set => textBox.HoldFocus = value;
|
||||
}
|
||||
|
||||
public new bool HasFocus => textBox.HasFocus;
|
||||
|
||||
public void TakeFocus() => textBox.TakeFocus();
|
||||
|
||||
public void KillFocus() => textBox.KillFocus();
|
||||
|
||||
Reference in New Issue
Block a user