]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Mantis issue 0021258: EDF GEOM: Explode of a geometry leads to a crash of Salome
authorjfa <jfa@opencascade.com>
Wed, 11 May 2011 08:04:22 +0000 (08:04 +0000)
committerjfa <jfa@opencascade.com>
Wed, 11 May 2011 08:04:22 +0000 (08:04 +0000)
src/EntityGUI/EntityGUI_SubShapeDlg.cxx

index 9313361eb99c30e740ef0d591e82a55f6fb00170..abd2413dc463507b5f400e76866dc7f653292d07 100644 (file)
@@ -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();
 }