summaryrefslogtreecommitdiff
path: root/boot/scene_menu.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2025-05-02 08:46:25 -0600
committerSimon Glass <sjg@chromium.org>2025-05-30 09:49:32 +0100
commitd01b8e226686d3d8408c190bf0c843eabd858ef7 (patch)
tree45196405e04f959018c47e4d666b11a804fb0afb /boot/scene_menu.c
parent9f44b544e1d8b23dec51567c657e81488a289d6d (diff)
expo: Adjust how menu items are highlighted
At present when the user moves to a new menu item, the menu code handles this immediately. This means it is not possible to use an expo action to effect the same change. Update this so that EXPOACT_POINT_ITEM is handled in cedit_do_action(). Expand the test to cover this. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'boot/scene_menu.c')
-rw-r--r--boot/scene_menu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/boot/scene_menu.c b/boot/scene_menu.c
index 06d7e9fc913..6a2f5b6b93f 100644
--- a/boot/scene_menu.c
+++ b/boot/scene_menu.c
@@ -406,8 +406,6 @@ int scene_menu_send_key(struct scene *scn, struct scene_obj_menu *menu, int key,
break;
}
- menu_point_to_item(menu, item->id);
-
return 0;
}