EgtExecutor 1.6u1 :
- con NewFile si fa reset di Pezzo/layer correnti.
This commit is contained in:
@@ -263,6 +263,8 @@ ExeNewFile( void)
|
||||
// aggiorno stato file corrente
|
||||
pGseCtx->m_sFilePath.clear() ;
|
||||
ExeResetModified() ;
|
||||
// aggiorno pezzo/layer correnti
|
||||
ExeResetCurrPartLayer() ;
|
||||
// aggiornamento gestore lavorazioni
|
||||
ExeUpdateMachMgr() ;
|
||||
// se richiesto, salvo il comando Lua equivalente
|
||||
@@ -296,6 +298,8 @@ ExeOpenFile( const string& sFilePath)
|
||||
bOk = bOk && pGseCtx->m_pGeomDB->Load( sFilePath) ;
|
||||
// aggiorno stato file corrente
|
||||
ExeResetModified() ;
|
||||
// aggiorno pezzo/layer correnti
|
||||
ExeResetCurrPartLayer() ;
|
||||
// aggiornamento gestore lavorazioni
|
||||
ExeUpdateMachMgr() ;
|
||||
// se richiesto, salvo il comando Lua equivalente
|
||||
|
||||
Reference in New Issue
Block a user