mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Merge c988b686053d2284a0368ab1d7c6e6906086e25d into dev
This commit is contained in:
commit
6ae11b7a46
@ -241,7 +241,6 @@ void lv_msgbox_set_anim_time(lv_obj_t * mbox, uint16_t anim_time)
|
|||||||
|
|
||||||
#if LV_USE_ANIMATION
|
#if LV_USE_ANIMATION
|
||||||
lv_msgbox_ext_t * ext = lv_obj_get_ext_attr(mbox);
|
lv_msgbox_ext_t * ext = lv_obj_get_ext_attr(mbox);
|
||||||
anim_time = 0;
|
|
||||||
ext->anim_time = anim_time;
|
ext->anim_time = anim_time;
|
||||||
#else
|
#else
|
||||||
(void)mbox;
|
(void)mbox;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user