From: asl Date: Wed, 14 Dec 2005 07:11:48 +0000 (+0000) Subject: PAL10902 - local selection is stay in viewer after "apply" of Modifiction->Orientatio... X-Git-Tag: T_Before_Join_BR_3_1_0deb~17 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=01d6aed55bfd3c022d0f25d34442860651337978 PAL10902 - local selection is stay in viewer after "apply" of Modifiction->Orientation operation --- diff --git a/src/SMESHGUI/SMESHGUI_MultiEditDlg.cxx b/src/SMESHGUI/SMESHGUI_MultiEditDlg.cxx index be640381f..6a70e8d5e 100755 --- a/src/SMESHGUI/SMESHGUI_MultiEditDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_MultiEditDlg.cxx @@ -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(); }