From 116c06fc9227ddf9f1349103642a9fca446e69a4 Mon Sep 17 00:00:00 2001 From: jfa Date: Wed, 11 May 2011 08:04:22 +0000 Subject: [PATCH] Mantis issue 0021258: EDF GEOM: Explode of a geometry leads to a crash of Salome --- src/EntityGUI/EntityGUI_SubShapeDlg.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(); } -- 2.39.2