/branches/Version14x/Scribus/scribus/plugins/fileloader/scribus134format/scribus134format.cpp |
---|
2348,6 → 2348,10 |
break; |
} |
QString tagName = obj->tagName(); |
if ((tagName == "FRAMEOBJECT") || (tagName == "PatternItem")) |
currItem->OwnPage = -1; |
UndoManager::instance()->setUndoEnabled(false); |
currItem->FrameType = obj->attribute("FRTYPE", "0").toInt(); |
int startArrowIndex = obj->attribute("startArrowIndex", "0").toInt(); |