remove the LV_GROUP_KEY_ENTER_LONG from some objects + fix ddlist and roller ENTER

This commit is contained in:
Gabor Kiss-Vamosi
2018-05-26 10:03:43 +02:00
parent 7f03c17a08
commit e5bba0529a
6 changed files with 7 additions and 6 deletions

View File

@@ -549,7 +549,7 @@ static lv_res_t lv_ddlist_signal(lv_obj_t * ddlist, lv_signal_t sign, void * par
lv_ddlist_pos_current_option(ddlist);
lv_obj_invalidate(ddlist);
}
} else if(c == LV_GROUP_KEY_ENTER || c == LV_GROUP_KEY_ENTER_LONG) {
} else if(c == LV_GROUP_KEY_ENTER) {
if(ext->opened) {
ext->sel_opt_id_ori = ext->sel_opt_id;
ext->opened = 0;