Disable options on search
This commit is contained in:
parent
ff732dd4a9
commit
af0353a23f
|
@ -1,2 +1,3 @@
|
|||
sub init()
|
||||
m.top.optionsAvailable = false
|
||||
end sub
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user