EgtExecutor 2.4j2 :

- in ImportAdvanced si aggiorna FilePath solo se vuota (come con altri formati).
This commit is contained in:
DarioS
2022-10-14 19:00:24 +02:00
parent d646331746
commit 3309939aed
2 changed files with 2 additions and 1 deletions
+2 -1
View File
@@ -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()) {
BIN
View File
Binary file not shown.