From 8f19010b17fd8bb43c6bf48148d920749b7bee59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Hor=C3=ADnek?= Date: Thu, 21 May 2020 17:27:37 +0200 Subject: [PATCH] Update src/lv_core/lv_obj.c Co-authored-by: Gabor Kiss-Vamosi --- src/lv_core/lv_obj.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/lv_core/lv_obj.c b/src/lv_core/lv_obj.c index 54f03332a..2214967e5 100644 --- a/src/lv_core/lv_obj.c +++ b/src/lv_core/lv_obj.c @@ -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) } } -