mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 18:50:33 +05:00
PAL10203 - dialog of triangle union wasn't updated after operation
This commit is contained in:
parent
309a73fb95
commit
c06234a40f
@ -509,6 +509,7 @@ bool SMESHGUI_SingleEditDlg::onApply()
|
|||||||
if (aResult) {
|
if (aResult) {
|
||||||
mySelector->ClearIndex();
|
mySelector->ClearIndex();
|
||||||
mySelectionMgr->setSelectedObjects(aList, false);
|
mySelectionMgr->setSelectedObjects(aList, false);
|
||||||
|
onSelectionDone();
|
||||||
SMESH::UpdateView();
|
SMESH::UpdateView();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user