Rename "FixedSearchTextBox" to "SeekLimitedSearchTextBox"

This commit is contained in:
Joehu
2019-10-21 16:00:09 -07:00
parent e5b50b5e1f
commit f7924d3bad
3 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
namespace osu.Game.Graphics.UserInterface
{
public class FixedSearchTextBox : SearchTextBox
public class SeekLimitedSearchTextBox : SearchTextBox
{
public override bool HandleLeftRightArrows => false;
}