projects
/
synfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
735f814
)
Disable crop imported images by default.
author
Carlos Lopez
<genetita@gmail.com>
Thu, 1 Oct 2009 22:16:23 +0000
(
00:16
+0200)
committer
Carlos 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
patch
|
blob
|
history
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
(file)
--- 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)