r15273 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:41 CEST 2010


Revision: 15273
Author: jghali
Date: 2010-06-26T10:48:23.843506Z
Commit message: #9212 : line ending arrows are exported incorrectly to PDF if put on master page

Changeset: 
M  /trunk/Scribus/scribus/pdflib_core.cpp

Diffs:
Index: scribus/pdflib_core.cpp
===================================================================
--- scribus/pdflib_core.cpp	(revision 15272)
+++ scribus/pdflib_core.cpp	(revision 15273)
@@ -2177,6 +2177,7 @@
 						if (ite->endArrowIndex() != 0)
 						{
 							QTransform arrowTrans;
+							arrowTrans.translate(ite->width(), 0);
 							PutPage(drawArrow(ite, arrowTrans, ite->endArrowIndex()));
 						}
 						break;




More information about the scribus-commit mailing list