mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-03 20:22:38 +00:00
Fix cascading solitaire issue in panels menus ##panels
This commit is contained in:
parent
d306734aef
commit
8d7005b771
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user