EgtDOORCreator 2.2e1:

-> correzione in fase di lettura ddf che termina con un parametro di tipo OnOff,
-> correzione salvataggio parametri "DisableTemplate" e "DisableOrder",
-> correzione gestione rabbet OverlapTop
This commit is contained in:
Nicola Pievani
2020-06-04 16:48:49 +00:00
parent 674b6f509e
commit bd11e361ba
5 changed files with 10 additions and 11 deletions
+4 -4
View File
@@ -212,10 +212,6 @@ Friend Module OptionModule
m_ConfigurationSoftware = ConfigType.Door
End If
m_DisableWindowOrder = (GetMainPrivateProfileInt(S_GENERAL, "DisableOrder", 0) <> 0)
m_DisableTemplate = (GetMainPrivateProfileInt(S_GENERAL, "DisableTemplate", 0) <> 0)
' imposto unità di misura per interfaccia utente
m_bIsMmUnit = (GetMainPrivateProfileInt(S_SCENE, K_MMUNITS, 1) <> 0)
EgtSetUiUnits(m_bIsMmUnit)
@@ -287,6 +283,10 @@ Friend Module OptionModule
m_SmartHelp = HelpPage.WebBrowserVB
End Select
m_DisableWindowOrder = (GetMainPrivateProfileInt(S_GENERAL, "DisableOrder", 0) <> 0)
m_DisableTemplate = (GetMainPrivateProfileInt(S_GENERAL, "DisableTemplate", 0) <> 0)
m_DisableHM = (GetMainPrivateProfileInt(S_GENERAL, K_DISABLEHM, 1) = 0)
m_DisableDeleteCommandHM = (GetMainPrivateProfileInt(S_GENERAL, K_DISABLEDELETECOMMANDHM, 1) = 0)