r13803 by jghali - #8306 : PDF/X-3 export ignores rotation setting
scribus-commit
scribus-commit at lists.scribus.net
Sat Aug 1 13:10:28 CEST 2009
Revision: 13803
Author: jghali
Date: 2009-08-01T11:07:31.370535Z
Commit message: #8306 : PDF/X-3 export ignores rotation setting
Changeset:
M /branches/Version135/Scribus/scribus/pdfopts.cpp
Diffs:
Index: scribus/pdfopts.cpp
===================================================================
--- scribus/pdfopts.cpp (revision 13802)
+++ scribus/pdfopts.cpp (revision 13803)
@@ -357,9 +357,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