summaryrefslogtreecommitdiff
path: root/apps/gui/option_select.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/option_select.c')
-rw-r--r--apps/gui/option_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/option_select.c b/apps/gui/option_select.c
index 242b5294da..ca16b5b05f 100644
--- a/apps/gui/option_select.c
+++ b/apps/gui/option_select.c
@@ -525,7 +525,7 @@ bool option_screen(const struct settings_list *setting,
525 } 525 }
526 else if (action == ACTION_NONE) 526 else if (action == ACTION_NONE)
527 continue; 527 continue;
528 else if (action == ACTION_STD_CANCEL) 528 else if (action == ACTION_STD_CANCEL || action == ACTION_STD_MENU)
529 { 529 {
530 /* setting canceled, restore old value if changed */ 530 /* setting canceled, restore old value if changed */
531 if (*variable != oldvalue) 531 if (*variable != oldvalue)