r13802 by jghali - #8306 : PDF/X-3 export ignores rotation setting
scribus-commit
scribus-commit at lists.scribus.net
Sat Aug 1 13:10:15 CEST 2009
Revision: 13802
Author: jghali
Date: 2009-08-01T11:06:57.075225Z
Commit message: #8306 : PDF/X-3 export ignores rotation setting
Changeset:
M /branches/Version133x/Scribus/scribus/pdfopts.cpp
Diffs:
Index: scribus/pdfopts.cpp
===================================================================
--- scribus/pdfopts.cpp (revision 13801)
+++ scribus/pdfopts.cpp (revision 13802)
@@ -289,9 +289,9 @@
Opts.Encrypt = false;
Opts.MirrorH = false;
Opts.MirrorV = false;
- Opts.RotateDeg = 0;
+ //#8306 : PDF/X-3 export ignores rotation setting
+ //Opts.RotateDeg = 0;
Opts.PresentMode = false;
- Opts.Encrypt = false;
}
}
else
More information about the scribus-commit
mailing list