Disable crop imported images by default.
[synfig.git] / 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)