0001161: Merged Project object being imported changes size when moved

This commit is contained in:
wmayer
2013-07-06 15:49:20 +02:00
parent 5fc50393bc
commit 642c38d7a4

View File

@@ -69,7 +69,7 @@ protected:
if (!propertyStack.empty()) {
// replace the stored object name with the real one
if (LocalName == "Link" || (LocalName == "String" && propertyStack.top().first == "Label")) {
if (LocalName == "Link" || LocalName == "LinkSub" || (LocalName == "String" && propertyStack.top().first == "Label")) {
for (std::map<std::string, std::string>::iterator it = AttrMap.begin(); it != AttrMap.end(); ++it) {
std::map<std::string, std::string>::const_iterator jt = nameMap.find(it->second);
if (jt != nameMap.end())