From 6852d5e0ff8de95e85280d3fc61556720d547125 Mon Sep 17 00:00:00 2001 From: wu58430 Date: Mon, 4 Dec 2023 21:49:50 +0800 Subject: [PATCH] MDC UI --- app/menu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/menu.c b/app/menu.c index c467fdf..9a4b84c 100644 --- a/app/menu.c +++ b/app/menu.c @@ -1453,11 +1453,11 @@ static void MENU_Key_MENU(const bool bKeyPressed, const bool bKeyHeld) { if (edit_index < 0) { - edit_index = 0; +// edit_index = 0; - while (edit_index < 4) - edit[edit_index++] = '_'; +// while (edit_index < 4) +// edit[edit_index++] = '_'; edit_index = 0; // 'edit_index' is going to be used as the cursor position // make a copy so we can test for change when exiting the menu item memmove(edit_original, edit, sizeof(edit_original));