From: asl Date: Wed, 30 Nov 2005 12:39:44 +0000 (+0000) Subject: PAL10678 - selection is lost after "update" X-Git-Tag: BR_3_1_0_deb~10 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=6d9831519d93895fc3b93ff0a51cf91f96866e9f;hp=c24cbe2507828a39ccae0d39c63fade28019ab0e PAL10678 - selection is lost after "update" --- diff --git a/src/SMESHGUI/SMESHGUI.cxx b/src/SMESHGUI/SMESHGUI.cxx index 922b55bc7..775c9b153 100644 --- a/src/SMESHGUI/SMESHGUI.cxx +++ b/src/SMESHGUI/SMESHGUI.cxx @@ -1143,6 +1143,7 @@ bool SMESHGUI::OnGUIEvent( int theCommandID ) SALOME_ListIO l; LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr(); + aSel->selectedObjects( l ); aSel->setSelectedObjects( l ); break; }