mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
PAL10678 - selection is lost after "update"
This commit is contained in:
parent
c24cbe2507
commit
6d9831519d
@ -1143,6 +1143,7 @@ bool SMESHGUI::OnGUIEvent( int theCommandID )
|
||||
|
||||
SALOME_ListIO l;
|
||||
LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
|
||||
aSel->selectedObjects( l );
|
||||
aSel->setSelectedObjects( l );
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user