EgtExecutor 1.6u1 :
- con NewFile si fa reset di Pezzo/layer correnti.
This commit is contained in:
@@ -139,7 +139,7 @@ ExeSetCurrPartLayer( int nPartId, int nLayerId)
|
||||
bOk = false ;
|
||||
}
|
||||
// verifico validità e visibilità layer
|
||||
if ( pGeomDB->GetParentId( nLayerId) == nPartId &&
|
||||
if ( pGeomDB->GetParentId( nLayerId) == pGseCtx->m_nCurrPart &&
|
||||
ExeIsUserObj( pGeomDB, nLayerId) &&
|
||||
ExeIsVisibleObj( pGeomDB, nLayerId)) {
|
||||
pGseCtx->m_nCurrLayer = nLayerId ;
|
||||
|
||||
Reference in New Issue
Block a user