1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-16 13:03:34 +08:00

Expose SelectAll() method on ShearedSearchTextBox

This commit is contained in:
Felipe Marins
2023-12-28 00:10:01 -03:00
Unverified
parent 28f5e90aba
commit cbfcda7929
@@ -48,6 +48,8 @@ namespace osu.Game.Graphics.UserInterface
public void KillFocus() => textBox.KillFocus();
public bool SelectAll() => textBox.SelectAll();
public ShearedSearchTextBox()
{
Height = 42;