mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 17:00:34 +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;
|
SALOME_ListIO l;
|
||||||
LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
|
LightApp_SelectionMgr *aSel = SMESHGUI::selectionMgr();
|
||||||
|
aSel->selectedObjects( l );
|
||||||
aSel->setSelectedObjects( l );
|
aSel->setSelectedObjects( l );
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user