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:
commit
d09b52bc61
@ -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`
|
||||
*/
|
||||
|
@ -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`
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user