r15272 by jghali - #9212 : line ending arrows are exported incorrectly to PDF if put on master page
scribus-commit
scribus-commit at lists.scribus.net
Sat Jun 26 12:50:23 CEST 2010
Revision: 15272
Author: jghali
Date: 2010-06-26T10:48:02.433334Z
Commit message: #9212 : line ending arrows are exported incorrectly to PDF if put on master page
Changeset:
M /branches/Version135/Scribus/scribus/pdflib_core.cpp
Diffs:
Index: scribus/pdflib_core.cpp
===================================================================
--- scribus/pdflib_core.cpp (revision 15271)
+++ scribus/pdflib_core.cpp (revision 15272)
@@ -1986,6 +1986,7 @@
if (ite->endArrowIndex() != 0)
{
QMatrix arrowTrans;
+ arrowTrans.translate(ite->width(), 0);
PutPage(drawArrow(ite, arrowTrans, ite->endArrowIndex()));
}
break;
More information about the scribus-commit
mailing list