lv_group: don't edit the first obj in the group, becuase some indev types (e.g. TP) not supports it

This commit is contained in:
Gabor Kiss-Vamosi
2018-11-09 07:10:10 +01:00
parent 9504cb8531
commit d643219ee8
-4
View File
@@ -109,10 +109,6 @@ void lv_group_add_obj(lv_group_t * group, lv_obj_t * obj)
* In this case automatically activate it*/
if(lv_ll_get_head(&group->obj_ll) == next) {
lv_group_refocus(group);
if(!lv_group_get_editing(group))
{
lv_group_set_editing(group, true);
}
}
}