X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPartSet%2FPartSet_WidgetSketchLabel.cpp;h=6c0c3aaae02b42b93cf5a1650f204d0e04a4cf74;hb=d22fc665c79c31c9eea0625e04c2e941adfdf7be;hp=44228fdeca844f59f71fb46242f43250b712bb73;hpb=174b17fafda421605b98493a3c56979a3d46d4b0;p=modules%2Fshaper.git diff --git a/src/PartSet/PartSet_WidgetSketchLabel.cpp b/src/PartSet/PartSet_WidgetSketchLabel.cpp index 44228fdec..6c0c3aaae 100644 --- a/src/PartSet/PartSet_WidgetSketchLabel.cpp +++ b/src/PartSet/PartSet_WidgetSketchLabel.cpp @@ -43,7 +43,7 @@ void PartSet_WidgetSketchLabel::setOperationsMgr(XGUI_OperationMgr* theMgr) if (aOperation->inherits("PartSet_OperationSketch")) { PartSet_OperationSketch* aSketchOpe = static_cast(aOperation); updateLabel(aSketchOpe); - connect(aSketchOpe, SIGNAL(planeSelected(double, double, double)), this, + connect(aSketchOpe, SIGNAL(updatePropPanel()), this, SLOT(onPlaneSelected())); } }