X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FOperationGUI%2FOperationGUI_FilletDlg.cxx;h=1cb2591e7e6c1271808277317cd2d5d58ae422b6;hb=b5c2a231e77bff1a13b68dce0874a2f8f4ee9015;hp=5d09063bbea8b392b67beddba884bca3975cdf35;hpb=5b3622aa2363853841fd5b4205c78a715bfee4a4;p=modules%2Fgeom.git diff --git a/src/OperationGUI/OperationGUI_FilletDlg.cxx b/src/OperationGUI/OperationGUI_FilletDlg.cxx index 5d09063bb..1cb2591e7 100644 --- a/src/OperationGUI/OperationGUI_FilletDlg.cxx +++ b/src/OperationGUI/OperationGUI_FilletDlg.cxx @@ -431,7 +431,7 @@ void OperationGUI_FilletDlg::SelectionIntoArgument() if (aSelList.Extent() == 0 && !myShape->_is_nil()) { disconnect(myGeomGUI->getApp()->selectionMgr(), 0, this, 0); ObjectList list; - list.push_back(myShape); + list.push_back(myShape); selectObjects(list); connect(myGeomGUI->getApp()->selectionMgr(), SIGNAL(currentSelectionChanged()), this, SLOT(SelectionIntoArgument()));