From: nds Date: Fri, 1 Apr 2016 08:20:21 +0000 (+0300) Subject: Issue #805 In the sketch presentation, show both the parameter and its value: minor... X-Git-Tag: V_2.3.0~351 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=8b09d57b03693089ff9c4bd5263f213cd77b85bf;p=modules%2Fshaper.git Issue #805 In the sketch presentation, show both the parameter and its value: minor correction for dimensional check box. --- diff --git a/src/PartSet/PartSet_Module.cpp b/src/PartSet/PartSet_Module.cpp index c230c9793..709c8fb5d 100755 --- a/src/PartSet/PartSet_Module.cpp +++ b/src/PartSet/PartSet_Module.cpp @@ -145,7 +145,7 @@ PartSet_Module::PartSet_Module(ModuleBase_IWorkshop* theWshop) myHasConstraintShown[PartSet_Tools::Geometrical] = true; myHasConstraintShown[PartSet_Tools::Dimensional] = true; - myHasConstraintShown[PartSet_Tools::Dimensional] = false; + myHasConstraintShown[PartSet_Tools::Expressions] = false; Config_PropManager::registerProp("Visualization", "operation_parameter_color", "Reference shape wireframe color in operation", Config_Prop::Color,