Expose SelectAll() method on ShearedSearchTextBox

This commit is contained in:
Felipe Marins 2023-12-28 00:10:01 -03:00
parent 28f5e90aba
commit cbfcda7929

View File

@ -48,6 +48,8 @@ namespace osu.Game.Graphics.UserInterface
public void KillFocus() => textBox.KillFocus();
public bool SelectAll() => textBox.SelectAll();
public ShearedSearchTextBox()
{
Height = 42;