X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModel%2FModel_ResultParameter.cpp;h=5c0f56a66aa65a005e6f244a90aa4d44ed4013d6;hb=5303dd1fa6ad4411e38f8d36103c72109957e05c;hp=e5110e6770d87301941a1a45e1cb15773734dacc;hpb=7775c24bea17646e17dd9370befe98b8336de9d8;p=modules%2Fshaper.git diff --git a/src/Model/Model_ResultParameter.cpp b/src/Model/Model_ResultParameter.cpp index e5110e677..5c0f56a66 100644 --- a/src/Model/Model_ResultParameter.cpp +++ b/src/Model/Model_ResultParameter.cpp @@ -17,12 +17,10 @@ void Model_ResultParameter::initAttributes() { data()->addAttribute(ModelAPI_ResultParameter::VALUE(), ModelAPI_AttributeDouble::typeId()); - data()->addAttribute(ModelAPI_ResultParameter::STATE(), - ModelAPI_AttributeString::typeId()); } - Model_ResultParameter::Model_ResultParameter() { + myIsDisabled = true; // by default it is not initialized and false to be after created setIsConcealed(false); }