]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_WidgetSketchLabel.cpp
Salome HOME
#1334 Show dimensional constraint check-box does not work
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchLabel.cpp
index b8c78602c9726a482baac5d078488197c274f0e8..fa2f50750acce400899cc456d12f211e19119333 100644 (file)
@@ -182,7 +182,7 @@ void PartSet_WidgetSketchLabel::onShowConstraint(bool theOn)
       aState = anIt.key();
   }
   if (aFound)
-    emit showConstraintToggled(theOn, aState);
+    emit showConstraintToggled(aState, theOn);
 }
 
 void PartSet_WidgetSketchLabel::blockAttribute(const bool& theToBlock, bool& isFlushesActived,