Salome HOME
Fix of unstable behavior of results creation events on Linux
[modules/shaper.git] / src / Model / Model_ResultConstruction.cpp
index e614fd89ca4f73ece682dcf6ff20d9cdb039bf80..d2f3104dab769b742f2e74ad018a845f4b538aea 100644 (file)
@@ -44,6 +44,7 @@ std::shared_ptr<GeomAPI_Shape> 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);