mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-06 18:28:53 +08:00
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:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user