From: jfa Date: Wed, 11 May 2011 08:04:22 +0000 (+0000) Subject: Mantis issue 0021258: EDF GEOM: Explode of a geometry leads to a crash of Salome X-Git-Tag: V6_3_0b2~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=116c06fc9227ddf9f1349103642a9fca446e69a4;p=modules%2Fgeom.git Mantis issue 0021258: EDF GEOM: Explode of a geometry leads to a crash of Salome --- diff --git a/src/EntityGUI/EntityGUI_SubShapeDlg.cxx b/src/EntityGUI/EntityGUI_SubShapeDlg.cxx index 9313361eb..abd2413dc 100644 --- a/src/EntityGUI/EntityGUI_SubShapeDlg.cxx +++ b/src/EntityGUI/EntityGUI_SubShapeDlg.cxx @@ -416,7 +416,9 @@ void EntityGUI_SubShapeDlg::ResetStateOfDialog() myWithShape = true; GroupPoints->ComboBox1->setCurrentIndex(8 - count + SelectedShapeType); - ComboTextChanged(); + + // to avoid recursion: SelectionIntoArgument->ResetStateOfDialog->ComboTextChanged->SubShapeToggled->activateSelection->(currentSelectionChanged)->SelectionIntoArgument + //ComboTextChanged(); updateButtonState(); }