1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

Merge f0c52b35112e7734d52a2e25101e0d58ff50cea7 into dev

This commit is contained in:
github-actions[bot] 2020-12-30 16:02:05 +00:00 committed by GitHub
commit d09b52bc61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View File

@ -1657,7 +1657,8 @@ void lv_obj_set_parent_event(lv_obj_t * obj, bool en)
}
/**
* Set the base direction of the object
* Set the base direction of the object.
* @note This only works if LV_USE_BIDI is enabled.
* @param obj pointer to an object
* @param dir the new base direction. `LV_BIDI_DIR_LTR/RTL/AUTO/INHERIT`
*/

View File

@ -775,6 +775,7 @@ void lv_obj_set_parent_event(lv_obj_t * obj, bool en);
/**
* Set the base direction of the object
* @note This only works if LV_USE_BIDI is enabled.
* @param obj pointer to an object
* @param dir the new base direction. `LV_BIDI_DIR_LTR/RTL/AUTO/INHERIT`
*/