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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user