minor updates

This commit is contained in:
Gabor
2017-05-12 16:09:37 +02:00
parent 3a9a23b350
commit da1f4e8e2f
6 changed files with 51 additions and 39 deletions

View File

@@ -414,7 +414,7 @@ void lv_page_glue_obj(lv_obj_t * obj, bool glue)
* Focus on an object. It ensures that the object will be visible on the page.
* @param page pointer to a page object
* @param obj pointer to an object to focus (must be on the page)
* @param anim_time true: scroll animation time in milliseconds (0: no animation)
* @param anim_time scroll animation time in milliseconds (0: no animation)
*/
void lv_page_focus(lv_obj_t * page, lv_obj_t * obj, uint16_t anim_time)
{