mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Fix for "16935 [CEA] exception in group creation" issue.
This commit is contained in:
parent
ee3393d541
commit
5410290368
@ -1964,7 +1964,7 @@ void GEOM_Displayer::GlobalSelection( const TColStd_MapOfInteger& theModes,
|
||||
if ( theModes.Contains( GEOM_ALLOBJECTS ) )
|
||||
return;
|
||||
|
||||
SUIT_SelectionFilter* aFilter;
|
||||
SUIT_SelectionFilter* aFilter = NULL;
|
||||
if ( theModes.Extent() > 0 )
|
||||
{
|
||||
TColStd_MapOfInteger aTopAbsModes;
|
||||
|
Loading…
Reference in New Issue
Block a user