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

Merge pull request #1646 from DaPa/master

Fix lv_page_get_height_grid comment
This commit is contained in:
Pete Bone 2020-07-08 12:42:51 +01:00 committed by GitHub
commit 08591a8e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -402,7 +402,7 @@ lv_coord_t lv_page_get_width_grid(lv_obj_t * page, uint8_t div, uint8_t span)
}
/**
* Divide the height of the object and get the width of a given number of columns.
* Divide the height of the object and get the height of a given number of rows.
* Take into account the paddings of the background and scrollable too.
* @param obj pointer to an object
* @param div indicates how many rows are assumed.