EgtExecutor 2.4j2 :
- in ImportAdvanced si aggiorna FilePath solo se vuota (come con altri formati).
This commit is contained in:
+2
-1
@@ -442,7 +442,8 @@ ExeAdvancedImport( const string& sFilePath, double dToler)
|
||||
if ( ExeGetDebugLevel() < 5)
|
||||
EraseFile( sFileOut) ;
|
||||
// aggiorno stato file corrente
|
||||
pGseCtx->m_sFilePath = sFilePath ;
|
||||
if ( pGseCtx->m_sFilePath.empty())
|
||||
pGseCtx->m_sFilePath = sFilePath ;
|
||||
ExeSetModified() ;
|
||||
// se richiesto, salvo il comando Lua equivalente
|
||||
if ( IsCmdLog()) {
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user