]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
Issue #1037 : do not find model indices for the same result. If selection mode is...
authornds <nds@opencascade.com>
Thu, 28 Apr 2016 13:34:14 +0000 (16:34 +0300)
committernds <nds@opencascade.com>
Thu, 28 Apr 2016 13:35:21 +0000 (16:35 +0300)
src/Model/Model_AttributeSelectionList.cpp

index 03dde11ab568b7eedfd1c2fafb6347e6eb577ef0..e97a2ee4918331235f52a227afc75931a4e2f9fb 100644 (file)
@@ -295,6 +295,7 @@ Model_AttributeSelectionList::Model_AttributeSelectionList(TDF_Label& theLabel)
   } else { // recollect mySubs
     theLabel.FindAttribute(TDataStd_Comment::GetID(), mySelectionType);
   }
+  myIsCashed = false;
 }
 
 void Model_AttributeSelectionList::cashValues(const bool theEnabled)