]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
IPAL18079 Incorrect Glue shape is created
authordmv <dmv@opencascade.com>
Tue, 11 Mar 2008 09:20:51 +0000 (09:20 +0000)
committerdmv <dmv@opencascade.com>
Tue, 11 Mar 2008 09:20:51 +0000 (09:20 +0000)
src/RepairGUI/RepairGUI_GlueDlg.cxx

index d723e1e80329e4154dc5183aecfc535f49586b11..8bb8c41aea68e65c06f95feea2ebd8f6bc61bbef 100644 (file)
@@ -637,6 +637,10 @@ void RepairGUI_GlueDlg::onDetect()
     return;
   }
 
+  buttonOk->setEnabled( false );
+  buttonApply->setEnabled( false );
+  globalSelection( GEOM_ALLSHAPES );
+
   GEOM::ListOfGO_var aList = GEOM::GEOM_IShapesOperations::_narrow
     ( getOperation() )->GetGlueFaces( myObject, myTolEdt2->value() );