PAL10678 - selection is lost after "update"

This commit is contained in:
asl 2005-11-30 12:39:44 +00:00
parent c24cbe2507
commit 6d9831519d

View File

@ -1143,6 +1143,7 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
SALOME_ListIO l;
LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
aSel->selectedObjects( l );
aSel->setSelectedObjects( l );
break;
}