EgtGeomKernel 1.6u4 :
- correzione a SelectGroupObjs.
This commit is contained in:
+7
-2
@@ -1691,8 +1691,13 @@ GeomDB::SelectGroupObjs( int nId, int nFilter, bool bOnlyIfVisible)
|
||||
continue ;
|
||||
}
|
||||
// eseguo selezione
|
||||
if ( ! SetStatus( pGdbObj, GDB_ST_SEL))
|
||||
return false ;
|
||||
if ( ::GetGdbGroup( pGdbObj) != nullptr) {
|
||||
return SelectGroupObjs( pGdbObj->m_nId, nFilter, bOnlyIfVisible) ;
|
||||
}
|
||||
else {
|
||||
if ( ! SetStatus( pGdbObj, GDB_ST_SEL))
|
||||
return false ;
|
||||
}
|
||||
}
|
||||
return true ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user