Addl fix #254: GIF animation support
authorColin Clark <colin.clark@cclark.uk>
Fri, 1 Dec 2017 09:28:55 +0000 (09:28 +0000)
committerColin Clark <colin.clark@cclark.uk>
Fri, 1 Dec 2017 09:28:55 +0000 (09:28 +0000)
https://github.com/BestImageViewer/geeqie/issues/254

Animation enabled by default

src/options.c

index 0457e81..d972602 100644 (file)
@@ -263,7 +263,7 @@ LayoutOptions *init_layout_options(LayoutOptions *options)
        options->image_overlay.histogram_channel = HCHAN_RGB;
        options->image_overlay.histogram_mode = 1;
        options->image_overlay.state = OSD_SHOW_NOTHING;
-       options->animate = FALSE;
+       options->animate = TRUE;
        options->bars_state.hidden = FALSE;
        options->log_window.w = 520;
        options->log_window.h = 400;