Disable options on search

This commit is contained in:
Charles Ewert 2020-04-29 19:55:51 -04:00
parent ff732dd4a9
commit af0353a23f
2 changed files with 3 additions and 1 deletions

View File

@ -1,2 +1,3 @@
sub init()
m.top.optionsAvailable = false
end sub

View File

@ -301,7 +301,8 @@ sub Main()
group.lastFocus = group.focusedChild
group.setFocus(false)
group.visible = false
m.overhang.showOptions = false
m.scene.unobserveField("optionsPressed")
group = CreateSearchPage()
m.scene.appendChild(group)
m.overhang.title = group.overhangTitle