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 7f27e4355a
commit efa27db67a

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())