summaryrefslogtreecommitdiff
path: root/apps/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/settings.c')
-rw-r--r--apps/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/settings.c b/apps/settings.c
index 4ac646a84c..3cf5de58ac 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -951,7 +951,7 @@ void settings_apply(void)
951 if (global_settings.colors_file[0]) 951 if (global_settings.colors_file[0])
952 read_color_theme_file(); 952 read_color_theme_file();
953#endif 953#endif
954 954 list_init_viewports();
955} 955}
956 956
957 957