BigW Consortium Gitlab

Commit dbe741da by Gabor Kiss-Vamosi

lv_obj: lv_obj_del: bugfix

parent 49547a33
......@@ -316,7 +316,7 @@ void lv_obj_del(lv_obj_t * obj)
dpar = lv_obj_get_parent(dpar);
}
}
indev = lv_indev_next(NULL);
indev = lv_indev_next(indev);
}
/*Send a signal to the parent to notify it about the child delete*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment