mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Update search textbox implementation to use BasicSearchTextBox
instead
This commit is contained in:
@ -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).
|
||||
|
Reference in New Issue
Block a user