0000714: Merge project does not include DiffuseColor

This commit is contained in:
wmayer
2012-05-29 11:40:51 +02:00
parent dcffcbe168
commit 141cd5029a
2 changed files with 5 additions and 1 deletions

View File

@@ -235,4 +235,8 @@ void MergeDocuments::RestoreDocFile(Base::Reader & reader)
}
xmlReader.readEndElement("Document");
// In the file GuiDocument.xml new data files might be added
if (!xmlReader.getFilenames().empty())
xmlReader.readFiles(static_cast<zipios::ZipInputStream&>(reader));
}