1
0
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:
Cootz
2023-05-09 16:14:42 +03:00
Unverified
parent 4c3af6ecfe
commit 2467813d81
4 changed files with 39 additions and 11 deletions
@@ -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();