mirror of https://github.com/ppy/osu
Expose `SelectAll()` method on `ShearedSearchTextBox`
This commit is contained in:
parent
28f5e90aba
commit
cbfcda7929
|
@ -48,6 +48,8 @@ public LocalisableString PlaceholderText
|
|||
|
||||
public void KillFocus() => textBox.KillFocus();
|
||||
|
||||
public bool SelectAll() => textBox.SelectAll();
|
||||
|
||||
public ShearedSearchTextBox()
|
||||
{
|
||||
Height = 42;
|
||||
|
|
Loading…
Reference in New Issue