LEAVESCREEN now exits out of search too.

develop
Warmist 2015-02-03 19:17:33 +02:00
parent c56d928dae
commit ab14eae76c
1 changed files with 4 additions and 0 deletions

@ -251,6 +251,10 @@ function GmEditorUi:set(key,input)
end
function GmEditorUi:onInput(keys)
if keys.LEAVESCREEN then
if self.subviews.filter_input.active then
self:enable_input(false)
return
end
if self.subviews.pages:getSelected()==2 then
self.subviews.pages:setSelected(1)
else