EgtExecutor 2.3g1 :
- in ExeCopy e ExeCopyGlob si rimuove anche la info GDB_SI_DUPLIST ("!DLST").
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user