lv_obj: lv_obj_del: bugfix

This commit is contained in:
Gabor Kiss-Vamosi
2017-10-12 17:00:18 +02:00
parent 49547a33f8
commit dbe741da12

View File

@@ -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*/