mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
lv_group: fix typo in comment
This commit is contained in:
parent
c46f64c6d5
commit
b9081cacef
@ -384,7 +384,7 @@ void lv_group_set_refocus_policy(lv_group_t * group, lv_group_refocus_policy_t p
|
|||||||
/**
|
/**
|
||||||
* Set whether focus next/prev will allow wrapping from first->last or last->first.
|
* Set whether focus next/prev will allow wrapping from first->last or last->first.
|
||||||
* @param group pointer to group
|
* @param group pointer to group
|
||||||
* @param en: true: enable `click_focus`
|
* @param en: true: enable `wrap`
|
||||||
*/
|
*/
|
||||||
void lv_group_set_wrap(lv_group_t * group, bool en)
|
void lv_group_set_wrap(lv_group_t * group, bool en)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user