animation warning fixes
This commit is contained in:
@@ -878,7 +878,7 @@ void lv_obj_align(lv_obj_t * obj, const lv_obj_t * base, lv_align_t align, lv_co
|
||||
}
|
||||
|
||||
/**
|
||||
* Align an object to an other object.
|
||||
* Align an object's middle point to an other object.
|
||||
* @param obj pointer to an object to align
|
||||
* @param base pointer to an object (if NULL the parent is used). 'obj' will be aligned to it.
|
||||
* @param align type of alignment (see 'lv_align_t' enum)
|
||||
|
||||
Reference in New Issue
Block a user