From e3bcea759c705da3b9a34cc3812bd6d0492dc6dc Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Thu, 6 May 2021 10:53:16 +0200 Subject: [PATCH] Update coords.md --- docs/overview/coords.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/coords.md b/docs/overview/coords.md index ca4cfea92..33fe42572 100644 --- a/docs/overview/coords.md +++ b/docs/overview/coords.md @@ -34,7 +34,7 @@ This section describes special cases in which LVGL's behavior might look unexpec #### Postponed coordinate calculation LVGL doesn't recalculate all the coordinate changes immediately to improve performance. -Instead, the object's are marked as "dirty" and before redrawing the screen LVGL checks if there are any "dirty" objects. If so it refreshes their position, size and layout. +Instead, the objects are marked as "dirty" and before redrawing the screen LVGL checks if there are any "dirty" objects. If so it refreshes their position, size and layout. The following functions set size/position immediately: - `lv_obj_set_pos/x/y`