Fixing submenus

This commit is contained in:
jpirnay
2026-04-24 14:17:50 +02:00
parent ec36670485
commit 9a72409826
7 changed files with 120 additions and 11 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ class MenuListActivity : public Activity {
void handleNavigation();
// Toggle/cycle the currently selected item. For ACTION items, delegates to onActionSelected().
void toggleCurrentItem();
virtual void toggleCurrentItem();
// Draw the list into the given rect using GUI.drawList().
void drawMenuList(const Rect& rect);