summaryrefslogtreecommitdiff
path: root/amiga/gui_options.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2012-12-15 15:39:09 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2012-12-15 15:39:09 +0000
commit8e416ec2265fda98de4b1ea027b1ff0998e20205 (patch)
tree54b579d565bca9ad1af71e5eaf58209ee7539e5f /amiga/gui_options.c
parent79b1496d3054a68cc5dcdf27677ed58667c099b3 (diff)
downloadnetsurf-8e416ec2265fda98de4b1ea027b1ff0998e20205.tar.gz
netsurf-8e416ec2265fda98de4b1ea027b1ff0998e20205.tar.bz2
Ensure the menu checked state remain in sync with reality
Diffstat (limited to 'amiga/gui_options.c')
-rwxr-xr-xamiga/gui_options.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/amiga/gui_options.c b/amiga/gui_options.c
index 092bb4cb3..66e47d8ad 100755
--- a/amiga/gui_options.c
+++ b/amiga/gui_options.c
@@ -1861,6 +1861,8 @@ void ami_gui_opts_use(bool save)
ami_font_savescanner(); /* just in case it has changed and been used only */
}
+ ami_menu_check_toggled = true;
+
SetWindowPointer(gow->win,
WA_Pointer, NULL,
TAG_DONE);