kb: event fix

This commit is contained in:
Gabor Kiss-Vamosi
2019-04-27 11:01:14 +02:00
parent 630199d9a3
commit 15c27c8a9b

View File

@@ -355,6 +355,7 @@ void lv_kb_def_event_cb(lv_obj_t * kb, lv_event_t event)
} else {
lv_kb_set_ta(kb, NULL); /*De-assign the text area to hide it cursor if needed*/
lv_obj_del(kb);
return;
}
return;
} else if(strcmp(txt, LV_SYMBOL_OK) == 0) {