mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
Fis for bug ( 3.0.0(current2807): SMESH: selection is not removed after Apply in Union of triangles ).
This commit is contained in:
parent
324d596613
commit
8aa241cf5f
@ -884,6 +884,7 @@ bool SMESHGUI_MultiEditDlg::onApply()
|
|||||||
bool aResult = process(aMeshEditor, anIds.inout());
|
bool aResult = process(aMeshEditor, anIds.inout());
|
||||||
if (aResult) {
|
if (aResult) {
|
||||||
if (myActor) {
|
if (myActor) {
|
||||||
|
mySelectionMgr->clearSelected();
|
||||||
SMESH::UpdateView();
|
SMESH::UpdateView();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user