fix crash occurs when switch between radio button to checkbox(#375)

This commit is contained in:
Jinhao
2019-01-04 21:58:48 +08:00
parent 345d65f6c9
commit e963c29646
2 changed files with 4 additions and 2 deletions

View File

@@ -104,6 +104,7 @@ namespace drawerbase
struct element_tag
{
checkbox * uiobj;
event_handle eh_clicked;
event_handle eh_checked;
event_handle eh_destroy;
event_handle eh_keyboard;