mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
lv_ddlist: fix wrong declration lv_ddlist_close in lv_ddlist.h
This commit is contained in:
parent
e9abfe3cc8
commit
d8c88fa510
@ -220,7 +220,7 @@ void lv_ddlist_open(lv_obj_t * ddlist, bool anim);
|
||||
* @param ddlist pointer to drop down list object
|
||||
* @param anim true: use animation; false: not use animations
|
||||
*/
|
||||
void lv_ddlist_close_en(lv_obj_t * ddlist, bool anim);
|
||||
void lv_ddlist_close(lv_obj_t * ddlist, bool anim);
|
||||
|
||||
/**********************
|
||||
* MACROS
|
||||
|
Loading…
x
Reference in New Issue
Block a user