mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
0020323: EDF SMESH 1006: Group on geometry: automatic switch to geometry selection field
This commit is contained in:
parent
0f1fe5b1e3
commit
fb9eed7fa3
@ -431,6 +431,7 @@ void SMESHGUI_GroupOnShapeOp::selectionDone()
|
||||
myDlg->myElemGeomBtn->setEnabled( nbSelected == 1 );
|
||||
myDlg->myNodeGeomList->clear();
|
||||
myDlg->myNodeGeomBtn->setEnabled( nbSelected == 1 );
|
||||
myDlg->myElemGeomBtn->click();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user