Mantis issue 0021258: EDF GEOM: Explode of a geometry leads to a crash of Salome

This commit is contained in:
jfa 2011-05-11 08:04:22 +00:00
parent 5053bc5996
commit 116c06fc92

View 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();
}