mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-26 14:40:33 +05:00
PAL10397 - Selection isn't cleared after apply
This commit is contained in:
parent
936be4abe3
commit
d47d1f292b
@ -457,6 +457,7 @@ void SMESHGUI_AddMeshElementDlg::ClickOnApply()
|
|||||||
}
|
}
|
||||||
|
|
||||||
SALOME_ListIO aList; aList.Append( myActor->getIO() );
|
SALOME_ListIO aList; aList.Append( myActor->getIO() );
|
||||||
|
mySelector->ClearIndex();
|
||||||
mySelectionMgr->setSelectedObjects( aList, false );
|
mySelectionMgr->setSelectedObjects( aList, false );
|
||||||
|
|
||||||
SMESH::UpdateView();
|
SMESH::UpdateView();
|
||||||
|
Loading…
Reference in New Issue
Block a user