EgtGeomKernel 1.6r3 :
- al Load degli UserObj viene passato lo spiazzamento degli identificativi (per aggiornarli se Insert).
This commit is contained in:
+1
-1
@@ -215,7 +215,7 @@ GeomDB::LoadOneObj( NgeReader& ngeIn, int nGroupId, int nBaseGdbId, const INTVEC
|
||||
|
||||
// se lettura dati va bene
|
||||
int nParentId ;
|
||||
if ( pGdbObj->Load( nKey, ngeIn, nParentId)) {
|
||||
if ( pGdbObj->Load( nKey, ngeIn, nBaseGdbId, nParentId)) {
|
||||
// aggiusto Id
|
||||
pGdbObj->m_nId += nBaseGdbId ;
|
||||
// aggiusto Id del gruppo di appartenenza
|
||||
|
||||
Reference in New Issue
Block a user