mirror of
https://github.com/ppy/osu
synced 2025-03-06 03:19:47 +00:00
Update with framework changes
This commit is contained in:
parent
9942733b63
commit
ec8a88c96a
@ -63,7 +63,7 @@ namespace osu.Game.Overlays.SearchableList
|
||||
new ScrollContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
ScrollDraggerVisible = false,
|
||||
ScrollbarVisible = false,
|
||||
Children = new[]
|
||||
{
|
||||
ScrollFlow = new FillFlowContainer
|
||||
@ -101,10 +101,9 @@ namespace osu.Game.Overlays.SearchableList
|
||||
scrollContainer.Padding = new MarginPadding { Top = Header.Height + Filter.Height };
|
||||
}
|
||||
|
||||
protected override bool OnFocus(InputState state)
|
||||
protected override void OnFocus(InputState state)
|
||||
{
|
||||
InputManager.ChangeFocus(Filter.Search);
|
||||
return false;
|
||||
}
|
||||
|
||||
protected override void PopIn()
|
||||
|
Loading…
Reference in New Issue
Block a user