0001161: Merged Project object being imported changes size when moved
This commit is contained in:
parent
7f27e4355a
commit
efa27db67a
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue
Block a user