Commit 1cd88c24 authored by Projects's avatar Projects

menu: Fixed scrolling through the menu.

parent ba287427
......@@ -177,6 +177,8 @@ void menu_main(void* params) {
} else if(evt.data.button == BUT_TR) {
// run the selected application or submenu
run(&(*current_menu)->entries[selected_item]);
} else {
ui_update(&evt);
}
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment