summaryrefslogtreecommitdiff
path: root/gtk/gtk_options.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_options.c')
-rw-r--r--gtk/gtk_options.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtk_options.c b/gtk/gtk_options.c
index 7ce4a58aa..7dd5ac3eb 100644
--- a/gtk/gtk_options.c
+++ b/gtk/gtk_options.c
@@ -14,6 +14,7 @@
#include "netsurf/desktop/options.h"
#include "netsurf/gtk/options.h"
#include "netsurf/gtk/gtk_gui.h"
+#include "netsurf/gtk/gtk_window.h"
#include "netsurf/gtk/gtk_options.h"
GtkWindow *wndChoices;
@@ -156,5 +157,6 @@ void nsgtk_options_save(void) {
/* TODO: save the other options */
options_write(options_file_location);
+ nsgtk_reflow_all_windows();
}