jj fix default value for combobox

This commit is contained in:
JenneJ
2016-06-15 11:29:39 +02:00
parent 6a708d29e4
commit 988d0d55da

View File

@@ -226,9 +226,7 @@
DEFAULTVALUE = properties.DefaultValue
ElseIf type = "CheckBox" Then
DEFAULTVALUE = properties.DefaultValue
ElseIf type = "CheckBox" Then
DEFAULTVALUE = properties.DefaultValue
ElseIf type = "ComboBox" Then
ElseIf type = "CustomComboBox" Then
DEFAULTVALUE = properties.DefaultValue
ElseIf type = "DateEdit" Then
DEFAULTVALUE = ClassConverter.ToDateTimePickerOptionsOrDefault(properties.DefaultValue)