EgtDOORCreator 2.2e1:
-> gestione della componente lock su due ante e anta singola, -> correzione gestione del cambio Swing.
This commit is contained in:
@@ -488,7 +488,7 @@ Friend Module OptionModule
|
||||
Catch ex As Exception
|
||||
End Try
|
||||
End If
|
||||
DefaultGetPrivateProfileString("Error", "MissingParameter", "Yellow", sColor)
|
||||
DefaultGetPrivateProfileString("Error", "MissingParameter", "Orange", sColor)
|
||||
If Not String.IsNullOrEmpty(sColor) Then
|
||||
Try
|
||||
ColorConvert = DirectCast(New BrushConverter().ConvertFrom(sColor), SolidColorBrush)
|
||||
@@ -512,7 +512,7 @@ Friend Module OptionModule
|
||||
Catch ex As Exception
|
||||
End Try
|
||||
End If
|
||||
DefaultGetPrivateProfileString("Error", "ModifyingParamRef", "Yellow", sColor)
|
||||
DefaultGetPrivateProfileString("Error", "ModifyingParamRef", "Orange", sColor)
|
||||
If Not String.IsNullOrEmpty(sColor) Then
|
||||
Try
|
||||
ColorConvert = DirectCast(New BrushConverter().ConvertFrom(sColor), SolidColorBrush)
|
||||
|
||||
Reference in New Issue
Block a user