Salome HOME
Issue #251. Append Export/Import NewGeom commands in the SALOME desktop.
[modules/shaper.git] / src / PartSet / PartSet_WidgetSketchLabel.cpp
index 44228fdeca844f59f71fb46242f43250b712bb73..6c0c3aaae02b42b93cf5a1650f204d0e04a4cf74 100644 (file)
@@ -43,7 +43,7 @@ void PartSet_WidgetSketchLabel::setOperationsMgr(XGUI_OperationMgr* theMgr)
   if (aOperation->inherits("PartSet_OperationSketch")) {
     PartSet_OperationSketch* aSketchOpe = static_cast<PartSet_OperationSketch*>(aOperation);
     updateLabel(aSketchOpe);
-    connect(aSketchOpe, SIGNAL(planeSelected(double, double, double)), this,
+    connect(aSketchOpe, SIGNAL(updatePropPanel()), this,
             SLOT(onPlaneSelected()));
   }
 }