From: vsv Date: Thu, 28 May 2015 15:27:11 +0000 (+0300) Subject: Issue #551: Add a new extrusion to Bodies folder X-Git-Tag: V_1.2.0~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=97a012867b87f3384918af3dff9245250979900d;p=modules%2Fshaper.git Issue #551: Add a new extrusion to Bodies folder --- diff --git a/src/Model/Model_ResultBody.cpp b/src/Model/Model_ResultBody.cpp index e06f9a2ad..afc1c21c8 100644 --- a/src/Model/Model_ResultBody.cpp +++ b/src/Model/Model_ResultBody.cpp @@ -40,7 +40,7 @@ Model_ResultBody::Model_ResultBody() { - myIsDisabled = false; // by default it is not initialized and false to be after created + myIsDisabled = true; // by default it is not initialized and false to be after created setIsConcealed(false); }