mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-30 13:14:37 +08:00
Merge pull request #5 from ajaybhargav/master
lv_page: Fix build error when Animations disabled
This commit is contained in:
commit
d43b3f8a27
@ -400,8 +400,8 @@ void lv_page_focus(lv_obj_t * page, lv_obj_t * obj, bool anim_en)
|
||||
a.fp = (anim_fp_t) lv_obj_set_y;
|
||||
anim_create(&a);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
/*=====================
|
||||
|
Loading…
Reference in New Issue
Block a user