]> SALOME platform Git repositories - modules/shaper.git/commitdiff
Salome HOME
[bos #26505] EDF 24182 - picking elipse from sketch
authorjfa <jfa@opencascade.com>
Tue, 12 Oct 2021 08:44:27 +0000 (11:44 +0300)
committerjfa <jfa@opencascade.com>
Tue, 12 Oct 2021 08:44:27 +0000 (11:44 +0300)
src/Model/Model_AttributeSelection.cpp

index 432c6f1c2e7740d37293b040c46aafd89823e727..9f48443fa5e4aa95eecb068156e18a72a393133e 100644 (file)
@@ -454,10 +454,11 @@ bool Model_AttributeSelection::isInitialized()
 
 Model_AttributeSelection::Model_AttributeSelection(TDF_Label& theLabel)
 : myRef(theLabel),
+  myTmpCenterType(NOT_CENTER),
+  myParent(NULL),
   myIsGeometricalSelection(false)
 {
   myIsInitialized = myRef.isInitialized();
-  myParent = NULL;
 }
 
 void Model_AttributeSelection::setID(const std::string theID)