1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

Update src/lv_core/lv_obj.c

Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
František Horínek 2020-05-21 17:27:37 +02:00 committed by GitHub
parent b23d945ed4
commit 8f19010b17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3604,7 +3604,7 @@ static lv_design_res_t lv_obj_design(lv_obj_t * obj, const lv_area_t * clip_area
/**
* Get the really dragged object by taking `focus_parent` into account.
* Get the really focused object by taking `focus_parent` into account.
* @param obj the start object
* @return the object to really focus
*/
@ -4041,4 +4041,3 @@ static void lv_event_mark_deleted(lv_obj_t * obj)
}
}