mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-04-10 08:47:27 +05:00
0021034: EDF 1604 SMESH: Reinitialisation of the "mesh" field in create group from geometry
This commit is contained in:
parent
aa7227a916
commit
7aefb1695e
@ -352,7 +352,15 @@ bool SMESHGUI_GroupOnShapeOp::onApply()
|
||||
|
||||
update( UF_ObjBrowser | UF_Model );
|
||||
|
||||
init();
|
||||
// Re-init controls to create the next group
|
||||
myElemGeoIDs.clear();
|
||||
myNodeGeoIDs.clear();
|
||||
removeCustomFilters();
|
||||
myDlg->myNodeGeomList->clear();
|
||||
myDlg->myElemGeomList->clear();
|
||||
myDlg->myElemGeomBtn->setChecked(false);
|
||||
myDlg->myNodeGeomBtn->setChecked(false);
|
||||
myDlg->updateButtons();
|
||||
|
||||
return !group->_is_nil();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user