mirror of
https://github.com/ppy/osu.git
synced 2026-05-16 13:43:28 +08:00
Expose SelectAll() method on ShearedSearchTextBox
This commit is contained in:
@@ -48,6 +48,8 @@ namespace osu.Game.Graphics.UserInterface
|
||||
|
||||
public void KillFocus() => textBox.KillFocus();
|
||||
|
||||
public bool SelectAll() => textBox.SelectAll();
|
||||
|
||||
public ShearedSearchTextBox()
|
||||
{
|
||||
Height = 42;
|
||||
|
||||
Reference in New Issue
Block a user