mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
PAL10902 - local selection is stay in viewer after "apply" of Modifiction->Orientation operation
This commit is contained in:
parent
bfcd70d78a
commit
01d6aed55b
@ -942,7 +942,10 @@ bool SMESHGUI_MultiEditDlg::onApply()
|
||||
bool aResult = process(aMeshEditor, anIds.inout());
|
||||
if (aResult) {
|
||||
if (myActor) {
|
||||
//mySelectionMgr->clearSelected();
|
||||
SALOME_ListIO sel;
|
||||
mySelectionMgr->selectedObjects( sel );
|
||||
mySelector->ClearIndex();
|
||||
mySelectionMgr->setSelectedObjects( sel );
|
||||
SMESH::UpdateView();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user