X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultConstruction.cpp;h=d2f3104dab769b742f2e74ad018a845f4b538aea;hb=refs%2Ftags%2FV_1.2.1;hp=e614fd89ca4f73ece682dcf6ff20d9cdb039bf80;hpb=89ae310dae732ef819ebea43b33afd5d44facf73;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultConstruction.cpp b/src/Model/Model_ResultConstruction.cpp index e614fd89c..d2f3104da 100644 --- a/src/Model/Model_ResultConstruction.cpp +++ b/src/Model/Model_ResultConstruction.cpp @@ -44,6 +44,7 @@ std::shared_ptr Model_ResultConstruction::shape() Model_ResultConstruction::Model_ResultConstruction() { + myIsDisabled = true; // by default it is not initialized and false to be after created myIsInHistory = true; myFacesUpToDate = false; setIsConcealed(false);