Explicitly pick the picker
This commit is contained in:
parent
c61530e996
commit
aaa54a1f37
|
@ -86,7 +86,9 @@ function onKeyEvent(key as string, press as boolean) as boolean
|
||||||
focusNext()
|
focusNext()
|
||||||
return true
|
return true
|
||||||
else if key = "up"
|
else if key = "up"
|
||||||
if m.top.getParent().lastFocus <> invalid
|
if m.top.getParent().findNode("picker") <> invalid
|
||||||
|
m.top.getParent().findNode("picker").setFocus(true)
|
||||||
|
else if m.top.getParent().lastFocus <> invalid
|
||||||
m.top.getParent().lastFocus.setFocus(true)
|
m.top.getParent().lastFocus.setFocus(true)
|
||||||
else
|
else
|
||||||
m.top.getParent().setFocus(true)
|
m.top.getParent().setFocus(true)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user