From: dmv Date: Tue, 11 Mar 2008 09:20:51 +0000 (+0000) Subject: IPAL18079 Incorrect Glue shape is created X-Git-Tag: V4_1_2rc1~40 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=23bbf459fcbef2183c86e800801a3dd08a395a43;p=modules%2Fgeom.git IPAL18079 Incorrect Glue shape is created --- diff --git a/src/RepairGUI/RepairGUI_GlueDlg.cxx b/src/RepairGUI/RepairGUI_GlueDlg.cxx index d723e1e80..8bb8c41ae 100644 --- a/src/RepairGUI/RepairGUI_GlueDlg.cxx +++ b/src/RepairGUI/RepairGUI_GlueDlg.cxx @@ -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() );