EgtExecutor 2.3g1 :

- in ExeCopy e ExeCopyGlob si rimuove anche la info GDB_SI_DUPLIST ("!DLST").
This commit is contained in:
DarioS
2021-07-13 16:19:34 +02:00
parent b210429b1e
commit 3a0cc9c3b4
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -257,6 +257,7 @@ ExeCopy( int nSouId, int nRefId, int nSonBeforeAfter)
// eseguo la copia
int nNewId = pGeomDB->Copy( nSouId, GDB_ID_NULL, nRefId, nSonBeforeAfter) ;
pGeomDB->RemoveInfo( nNewId, GDB_SI_LIST) ;
pGeomDB->RemoveInfo( nNewId, GDB_SI_DUPLIST) ;
ExeSetModified() ;
// se richiesto, salvo il comando Lua equivalente
if ( IsCmdLog()) {
@@ -285,6 +286,7 @@ ExeCopyGlob( int nSouId, int nRefId, int nSonBeforeAfter)
// eseguo la copia mantenendo la posizione in globale
int nNewId = pGeomDB->CopyGlob( nSouId, GDB_ID_NULL, nRefId, nSonBeforeAfter) ;
pGeomDB->RemoveInfo( nNewId, GDB_SI_LIST) ;
pGeomDB->RemoveInfo( nNewId, GDB_SI_DUPLIST) ;
ExeSetModified() ;
// se richiesto, salvo il comando Lua equivalente
if ( IsCmdLog()) {