diff --git a/scripts/gui/gm-editor.lua b/scripts/gui/gm-editor.lua index dccd3423d..11fbdca99 100644 --- a/scripts/gui/gm-editor.lua +++ b/scripts/gui/gm-editor.lua @@ -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