summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/action.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/action.c b/apps/action.c
index f65ef39bf0..fc10c927e5 100644
--- a/apps/action.c
+++ b/apps/action.c
@@ -96,7 +96,8 @@ static int button_flip_horizontally(int context, int button)
96 int newbutton; 96 int newbutton;
97 97
98 if (!(lang_is_rtl() && ((context == CONTEXT_STD) || 98 if (!(lang_is_rtl() && ((context == CONTEXT_STD) ||
99 (context & CONTEXT_TREE) || (context & CONTEXT_MAINMENU)))) 99 (context == CONTEXT_TREE) || (context == CONTEXT_LIST) ||
100 (context == CONTEXT_MAINMENU))))
100 { 101 {
101 return button; 102 return button;
102 } 103 }