Zooflow/Globix: fix crash related to checkbox
This commit is contained in:
parent
512ae2e815
commit
1fb6038f17
@ -177,7 +177,7 @@ Public Class ControlCreator
|
|||||||
oCheckBox.Checked = oValue
|
oCheckBox.Checked = oValue
|
||||||
End If
|
End If
|
||||||
|
|
||||||
AddHandler oCheckBox.CheckedChanged, Sub(sender As CheckBox, e As EventArgs)
|
AddHandler oCheckBox.CheckedChanged, Sub(sender As CheckEdit, e As EventArgs)
|
||||||
OnControlChanged.Invoke(sender)
|
OnControlChanged.Invoke(sender)
|
||||||
End Sub
|
End Sub
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,2 @@
|
|||||||
|
DevExpress.XtraBars.Ribbon.RibbonControl, DevExpress.XtraBars.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
|
DevExpress.XtraEditors.ComboBoxEdit, DevExpress.XtraEditors.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a
|
||||||
Loading…
x
Reference in New Issue
Block a user