mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-04-24 22:32:03 +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;
|
myWithShape = true;
|
||||||
|
|
||||||
GroupPoints->ComboBox1->setCurrentIndex(8 - count + SelectedShapeType);
|
GroupPoints->ComboBox1->setCurrentIndex(8 - count + SelectedShapeType);
|
||||||
ComboTextChanged();
|
|
||||||
|
// to avoid recursion: SelectionIntoArgument->ResetStateOfDialog->ComboTextChanged->SubShapeToggled->activateSelection->(currentSelectionChanged)->SelectionIntoArgument
|
||||||
|
//ComboTextChanged();
|
||||||
|
|
||||||
updateButtonState();
|
updateButtonState();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user