mirror of
https://github.com/ppy/osu
synced 2025-01-10 16:19:47 +00:00
Expose SelectAll()
method on ShearedSearchTextBox
This commit is contained in:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user