mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Update lv_list.c
This commit is contained in:
parent
34f8013465
commit
17bc493612
@ -472,7 +472,7 @@ lv_obj_t * lv_list_get_next_btn(const lv_obj_t * list, lv_obj_t * prev_btn)
|
||||
* @param btn pointer to a list element (button)
|
||||
* @return the index of the button in the list, or -1 of the button not in this list
|
||||
*/
|
||||
int lv_list_get_btn_index(const lv_obj_t * list, const lv_obj_t * btn)
|
||||
int32_t lv_list_get_btn_index(const lv_obj_t * list, const lv_obj_t * btn)
|
||||
{
|
||||
int index = 0;
|
||||
lv_obj_t * e = lv_list_get_next_btn(list, NULL);
|
||||
|
Loading…
x
Reference in New Issue
Block a user