mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +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());
|
bool aResult = process(aMeshEditor, anIds.inout());
|
||||||
if (aResult) {
|
if (aResult) {
|
||||||
if (myActor) {
|
if (myActor) {
|
||||||
//mySelectionMgr->clearSelected();
|
SALOME_ListIO sel;
|
||||||
|
mySelectionMgr->selectedObjects( sel );
|
||||||
|
mySelector->ClearIndex();
|
||||||
|
mySelectionMgr->setSelectedObjects( sel );
|
||||||
SMESH::UpdateView();
|
SMESH::UpdateView();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user