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

@ -163,7 +163,7 @@ namespace osu.Game.Overlays.BeatmapListing
public void TakeFocus() => textBox.TakeFocus();
private class BeatmapSearchTextBox : SearchTextBox
private class BeatmapSearchTextBox : BasicSearchTextBox
{
/// <summary>
/// Any time the text box receives key events (even while masked).