r13895 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:57 CEST 2009
Revision: 13895
Author: jghali
Date: 2009-08-21T21:00:17.977717Z
Commit message: #8030 : in-line frames do not export to pdf if shifted from one linked frame to another
Changeset:
M /trunk/Scribus/scribus/pdflib_core.cpp
Diffs:
Index: scribus/pdflib_core.cpp
===================================================================
--- scribus/pdflib_core.cpp (revision 13894)
+++ scribus/pdflib_core.cpp (revision 13895)
@@ -3169,7 +3169,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