From 8b09d57b03693089ff9c4bd5263f213cd77b85bf Mon Sep 17 00:00:00 2001 From: nds Date: Fri, 1 Apr 2016 11:20:21 +0300 Subject: [PATCH] Issue #805 In the sketch presentation, show both the parameter and its value: minor correction for dimensional check box. --- src/PartSet/PartSet_Module.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2