mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-14 02:30:35 +05:00
Implementation of the "22390: [CEA 967] Latency enhancement after a selection of a displayed object" issue.
This commit is contained in:
parent
584051e366
commit
ed9f4e67b5
@ -195,7 +195,7 @@ static void getEntityOwners( const Handle(AIS_InteractiveObject)& theObj,
|
|||||||
void GEOMGUI_OCCSelector::setSelection( const SUIT_DataOwnerPtrList& aList )
|
void GEOMGUI_OCCSelector::setSelection( const SUIT_DataOwnerPtrList& aList )
|
||||||
{
|
{
|
||||||
OCCViewer_Viewer* vw = viewer();
|
OCCViewer_Viewer* vw = viewer();
|
||||||
if ( !vw )
|
if ( !vw || !vw->isSelectionEnabled())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
SUIT_ResourceMgr* aResourceMgr = SUIT_Session::session()->resourceMgr();
|
SUIT_ResourceMgr* aResourceMgr = SUIT_Session::session()->resourceMgr();
|
||||||
|
Loading…
Reference in New Issue
Block a user