r13894 by jghali - #8030 : in-line frames do not export to pdf if shifted from one linked frame to another

scribus-commit scribus-commit at lists.scribus.net
Wed Aug 26 05:51:43 CEST 2009


Revision: 13894
Author: jghali
Date: 2009-08-21T20:57:37.880573Z
Commit message: #8030 : in-line frames do not export to pdf if shifted from one linked frame to another

Changeset: 
M  /branches/Version135/Scribus/scribus/pdflib_core.cpp

Diffs:
Index: scribus/pdflib_core.cpp
===================================================================
--- scribus/pdflib_core.cpp	(revision 13893)
+++ scribus/pdflib_core.cpp	(revision 13894)
@@ -3150,7 +3150,7 @@
 	{
 //		qDebug() << QString("pdflib process item: pagename=%1 ownpage=%2 pagenr=%3 changedMP=%4").arg(pag->pageName()).arg(ite->OwnPage).arg(pag->pageNr()).arg(ite->ChangedMasterItem);
 //		qDebug() << QString("pdflib process item: x=%1 x2=%2 y=%3 y2=%4 w=%5 w2=%6 h1=%7 h2=%8 ilw=%9").arg(x).arg(x2).arg(y).arg(y2).arg(w).arg(w2).arg(h1).arg(h2).arg(ilw);
-		if (!( qMax( x, x2 ) <= qMin( x+w, x2+w2 ) && qMax( y, y2 ) <= qMin( y+h1, y2+h2 )))
+		if (!( qMax( x, x2 ) <= qMin( x+w, x2+w2 ) && qMax( y, y2 ) <= qMin( y+h1, y2+h2 )) && !embedded)
 		{
 			output = tmp;
 			return true;




More information about the scribus-commit mailing list