Merge SCROLL_RESET_* macros with PixbufRendererScrollResetType
[geeqie.git] / src / options.cc
index 063d9f6..513d1f2 100644 (file)
@@ -126,7 +126,7 @@ ConfOptions *init_options(ConfOptions *options)
        options->image.max_autofit_size = 100;
        options->image.max_enlargement_size = 900;
        options->image.max_window_size = 90;
-       options->image.scroll_reset_method = SCROLL_RESET_NOCHANGE;
+       options->image.scroll_reset_method = ScrollReset::NOCHANGE;
        options->image.tile_cache_max = 10;
        options->image.image_cache_max = 128; /* 4 x 10MPix */
        options->image.use_custom_border_color = FALSE;