X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_AttributeRefList.cpp;fp=src%2FModel%2FModel_AttributeRefList.cpp;h=e6564b60a7a2d12dc5ef11e4781758e4bbc30aa7;hb=534a8f58528d12e1348b5223ac53a703a944aecf;hp=e8a17a7345136faa0155c99cc11cb823ef8efee1;hpb=fec2fc9cc5b707e95da547b422d98c08c2b3f00d;p=modules%2Fshaper.git diff --git a/src/Model/Model_AttributeRefList.cpp b/src/Model/Model_AttributeRefList.cpp index e8a17a734..e6564b60a 100644 --- a/src/Model/Model_AttributeRefList.cpp +++ b/src/Model/Model_AttributeRefList.cpp @@ -361,7 +361,8 @@ void Model_AttributeRefList::createHash() myHashObjects.insert(anObj); } } - myHashUsed = true; + if (!myHashObjects.empty()) // on open document with multi-rotation referenced have no results + myHashUsed = true; } }