Fix cascading solitaire issue in panels menus ##panels

This commit is contained in:
pancake 2021-01-01 22:44:20 +01:00
parent d306734aef
commit 8d7005b771

View File

@ -5878,8 +5878,6 @@ static void __handle_menu(RCore *core, const int key) {
if (parent->selectedIndex > 0) {
parent->selectedIndex--;
__update_menu_contents (core, menu, parent);
} else if (menu->depth == 2) {
menu->depth--;
}
}
break;