Check the check box

This commit is contained in:
Michael Becker 2019-07-31 16:58:26 -04:00
parent 5563269973
commit 71826cea6c

View File

@ -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)