From e93de178d6fa0b0e4dc3b56bdab50ba36aace120 Mon Sep 17 00:00:00 2001 From: hius07 <62179190+hius07@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:19:20 +0200 Subject: [PATCH] touchmenu: revert #11495 --- frontend/ui/widget/touchmenu.lua | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/ui/widget/touchmenu.lua b/frontend/ui/widget/touchmenu.lua index 5ef72e019..28cce7f49 100644 --- a/frontend/ui/widget/touchmenu.lua +++ b/frontend/ui/widget/touchmenu.lua @@ -1048,10 +1048,6 @@ function TouchMenu:search(search_for) end function TouchMenu:openMenu(path, with_animation) - if self.show_parent == self then -- MenuSearch called from dispatcher, menu generated but not opened yet - UIManager:sendEvent(Event:new("ShowMenu", nil, self)) - end - local parts = {} for part in util.gsplit(path, "%.", false) do -- path is ie. "2.3.3.1" table.insert(parts, tonumber(part))