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 9374c2e372..d4f14079b1 100644
--- a/apps/settings.c
+++ b/apps/settings.c
@@ -942,7 +942,7 @@ void settings_apply(const bool read_disk)
942#if defined(HAVE_RECORDING) && CONFIG_CODEC == SWCODEC 942#if defined(HAVE_RECORDING) && CONFIG_CODEC == SWCODEC
943 enc_global_settings_apply(); 943 enc_global_settings_apply();
944#endif 944#endif
945 list_init_viewports(); 945 list_init_viewports(NULL);
946} 946}
947 947
948 948