Disable crop imported images by default.
authorCarlos Lopez <genetita@gmail.com>
Thu, 1 Oct 2009 22:16:23 +0000 (00:16 +0200)
committerCarlos Lopez <genetita@gmail.com>
Thu, 1 Oct 2009 22:16:23 +0000 (00:16 +0200)
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

index 19f82f3..748801d 100644 (file)
@@ -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)