summaryrefslogtreecommitdiff
path: root/apps/menus
diff options
context:
space:
mode:
Diffstat (limited to 'apps/menus')
-rw-r--r--apps/menus/theme_menu.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/menus/theme_menu.c b/apps/menus/theme_menu.c
index 038f9079d9..4e00fe4a56 100644
--- a/apps/menus/theme_menu.c
+++ b/apps/menus/theme_menu.c
@@ -162,7 +162,9 @@ static int statusbar_callback_ex(int action,const struct menu_item_ex *this_item
162 old_bar[screen] = statusbar_position(screen); 162 old_bar[screen] = statusbar_position(screen);
163 break; 163 break;
164 case ACTION_EXIT_MENUITEM: 164 case ACTION_EXIT_MENUITEM:
165 settings_apply_skins(); 165 if (statusbar_position(screen) == STATUSBAR_CUSTOM
166 && (int)old_bar[screen] != statusbar_position(screen))
167 settings_apply_skins();
166 break; 168 break;
167 } 169 }
168 return ACTION_REDRAW; 170 return ACTION_REDRAW;