Update with framework changes

This commit is contained in:
DrabWeb 2017-05-31 05:28:50 -03:00
parent 9942733b63
commit ec8a88c96a
1 changed files with 2 additions and 3 deletions

View File

@ -63,7 +63,7 @@ protected SearchableListOverlay()
new ScrollContainer
{
RelativeSizeAxes = Axes.Both,
ScrollDraggerVisible = false,
ScrollbarVisible = false,
Children = new[]
{
ScrollFlow = new FillFlowContainer
@ -101,10 +101,9 @@ protected override void Update()
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()