From: Carlos Lopez Date: Thu, 1 Oct 2009 22:16:23 +0000 (+0200) Subject: Disable crop imported images by default. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=d10ed147d8f3425d0e0a9be964ab43d99bc380ef;p=synfig.git Disable crop imported images by default. It is a very annoying behavior for most of users and there is not easy option to diable it. It can be implemented in the next version after close 0.62.0 release. --- diff --git a/synfig-core/src/modules/mod_png/mptr_png.cpp b/synfig-core/src/modules/mod_png/mptr_png.cpp index 19f82f3..748801d 100644 --- a/synfig-core/src/modules/mod_png/mptr_png.cpp +++ b/synfig-core/src/modules/mod_png/mptr_png.cpp @@ -334,7 +334,7 @@ png_mptr::png_mptr(const char *file_name) trim = false; - if (getenv("SYNFIG_DISABLE_CROP_IMPORTED_IMAGES")) + //if (getenv("SYNFIG_DISABLE_CROP_IMPORTED_IMAGES")) return; switch(color_type)