Salome HOME
Task 2.6: Creation of horizontal and vertical constraints “on a fly”
[modules/shaper.git] / src / PartSet / PartSet_Module.cpp
index e9dbb6a38ace075ebd901aeec175cc17aa78e3f9..8d1b0a0242704ee83a3381f18f0237862b43720c 100644 (file)
@@ -895,6 +895,7 @@ ModuleBase_ModelWidget* PartSet_Module::createWidgetByType(const std::string& th
     connect(aLabelWgt, SIGNAL(showConstraintToggled(int, bool)),
       mySketchMgr, SLOT(onShowConstraintsToggle(int, bool)));
     connect(aLabelWgt, SIGNAL(showFreePoints(bool)), mySketchMgr, SLOT(onShowPoints(bool)));
+    connect(aLabelWgt, SIGNAL(autoConstraints(bool)), sketchReentranceMgr(), SLOT(onAutoConstraints(bool)));
     aLabelWgt->setShowPointsState(mySketchMgr->isShowFreePointsShown());
     aWgt = aLabelWgt;
   } else if (theType == "sketch-2dpoint_selector") {