Update search textbox implementation to use BasicSearchTextBox instead

This commit is contained in:
Ganendra Afrasya
2022-05-03 06:18:42 +07:00
parent d7919f462c
commit 81be69e72e
5 changed files with 5 additions and 5 deletions

View File

@ -181,7 +181,7 @@ namespace osu.Game.Overlays.Chat.Selection
base.PopOut();
}
private class HeaderSearchTextBox : SearchTextBox
private class HeaderSearchTextBox : BasicSearchTextBox
{
[BackgroundDependencyLoader]
private void load()