diff --git a/source/main.c b/source/main.c index aa8f9d3..8df1ebe 100644 --- a/source/main.c +++ b/source/main.c @@ -184,9 +184,6 @@ static void jump_menu(Entry_List_s * list) if(button == SWKBD_BUTTON_CONFIRM) { list->selected_entry = atoi(numbuf) - 1; - list->scroll = list->selected_entry; - if(list->scroll >= list->entries_count - ENTRIES_PER_SCREEN) - list->scroll = list->entries_count - ENTRIES_PER_SCREEN - 1; } }