From 97a012867b87f3384918af3dff9245250979900d Mon Sep 17 00:00:00 2001 From: vsv Date: Thu, 28 May 2015 18:27:11 +0300 Subject: [PATCH] Issue #551: Add a new extrusion to Bodies folder --- src/Model/Model_ResultBody.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2