From 81df9b04916a0e42f8d1d3d5be50ef06ac514a50 Mon Sep 17 00:00:00 2001 From: sonninnos <45124675+sonninnos@users.noreply.github.com> Date: Sun, 9 Feb 2025 07:11:28 +0200 Subject: [PATCH] GLUI: Also set navigation with long press (#17537) --- menu/drivers/materialui.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/menu/drivers/materialui.c b/menu/drivers/materialui.c index 5b44d28d60..992c795902 100644 --- a/menu/drivers/materialui.c +++ b/menu/drivers/materialui.c @@ -10341,6 +10341,9 @@ static int materialui_pointer_up(void *userdata, case MENU_INPUT_GESTURE_LONG_PRESS: if ((ptr < entries_end) && (ptr == selection)) { + /* Also set navigation */ + materialui_navigation_set(mui, false); + /* If this is the core updater list, show info * message box for current entry. * In all other cases, perform 'reset to default'