Subversion Repositories Scribus

Compare Revisions

Ignore whitespace Rev 20558 → Rev 20559

/trunk/Scribus/scribus/pageitem_group.cpp
190,7 → 190,8
else
p->beginLayer(1.0 - fillTransparency(), fillBlendmode());
p->setMaskMode(0);
p->scale(m_width / groupWidth, m_height / groupHeight);
if (((m_width / groupWidth) != 1.0) || ((m_height / groupHeight) != 1.0))
p->scale(m_width / groupWidth, m_height / groupHeight);
for (int em = 0; em < groupItemList.count(); ++em)
{
PageItem* embedded = groupItemList.at(em);