From: jfa Date: Tue, 12 Oct 2021 08:44:27 +0000 (+0300) Subject: [bos #26505] EDF 24182 - picking elipse from sketch X-Git-Tag: V9_8_0a1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d2e4b71d0d31626556b47f21bfbdd759b86ba85d;p=modules%2Fshaper.git [bos #26505] EDF 24182 - picking elipse from sketch --- diff --git a/src/Model/Model_AttributeSelection.cpp b/src/Model/Model_AttributeSelection.cpp index 432c6f1c2..9f48443fa 100644 --- a/src/Model/Model_AttributeSelection.cpp +++ b/src/Model/Model_AttributeSelection.cpp @@ -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)