Salome HOME
Merge from BR_new_bop4 (porting to new OCCT BOP) 13/09/2013
[modules/geom.git] / src / OperationGUI / OperationGUI_FilletDlg.cxx
index 5d09063bbea8b392b67beddba884bca3975cdf35..1cb2591e7e6c1271808277317cd2d5d58ae422b6 100644 (file)
@@ -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()));