From d10ed147d8f3425d0e0a9be964ab43d99bc380ef Mon Sep 17 00:00:00 2001 From: Carlos Lopez Date: Fri, 2 Oct 2009 00:16:23 +0200 Subject: [PATCH] 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. --- synfig-core/src/modules/mod_png/mptr_png.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.7.4