mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-28 02:00:34 +05:00
Mantis issue 0021258: EDF GEOM: Explode of a geometry leads to a crash of Salome
This commit is contained in:
parent
5053bc5996
commit
116c06fc92
@ -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();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user