minor fixes

This commit is contained in:
Gabor Kiss-Vamosi
2020-02-23 07:16:40 +01:00
parent f4f3cc2542
commit 66a25f158c
12 changed files with 47 additions and 44 deletions

View File

@@ -152,7 +152,6 @@ lv_obj_t * lv_keyboard_create(lv_obj_t * par, const lv_obj_t * copy)
lv_btnmatrix_set_ctrl_map(kb, kb_ctrl[ext->mode]);
lv_theme_apply(kb, LV_THEME_KEYBOARD);
}
/*Copy an existing keyboard*/
else {