diff --git a/src/bin/e_fm.c b/src/bin/e_fm.c index 67a02c29e..9d464c254 100644 --- a/src/bin/e_fm.c +++ b/src/bin/e_fm.c @@ -7271,7 +7271,7 @@ _e_fm2_cb_resize_job(void *data) sd->pw = sd->w; sd->ph = sd->h; - if ((sd->max.w > 0) && (sd->max.h > 0) && (sd->w > 0) && (sd->h > 0)) + if ((sd->max.w > 0) && (sd->max.h > 0) && (sd->w > 0) && (sd->h > 0) && (sd->view_flags & E_FM2_VIEW_SAVE_DIR_CUSTOM)) { E_Fm2_Custom_File *cf = e_fm2_custom_file_get(sd->realpath); if ((cf) && (cf->dir))