From d2e4b71d0d31626556b47f21bfbdd759b86ba85d Mon Sep 17 00:00:00 2001 From: jfa Date: Tue, 12 Oct 2021 11:44:27 +0300 Subject: [PATCH] [bos #26505] EDF 24182 - picking elipse from sketch --- src/Model/Model_AttributeSelection.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.39.2