Check the check box
This commit is contained in:
parent
5563269973
commit
71826cea6c
@ -248,7 +248,7 @@ namespace UniversalEditor.UserInterface.Dialogs
|
||||
if (ctl is CheckBox)
|
||||
{
|
||||
CheckBox itm = (ctl as CheckBox);
|
||||
// (eo as CustomOptionBoolean).Value = itm.Checked;
|
||||
(eo as CustomOptionBoolean).Value = itm.Checked;
|
||||
}
|
||||
/*
|
||||
else if (ctl is ComboBox)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user