This commit is contained in:
github-actions[bot]
2020-11-02 11:24:52 +00:00
committed by GitHub

View File

@@ -149,7 +149,6 @@ void lv_group_remove_obj(lv_obj_t * obj)
{
lv_group_t * g = obj->group_p;
if(g == NULL) return;
if(g->obj_focus == NULL) return; /*Just to be sure (Not possible if there is at least one object in the group)*/
/*Focus on the next object*/
if(*g->obj_focus == obj) {