1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

Fix misleading comment in lv_btnm

https://forum.littlevgl.com/t/comment-refers-to-nonexisting-function/2175
This commit is contained in:
embeddedt 2020-04-30 10:36:54 -04:00 committed by GitHub
parent 013e6e9b21
commit 929bbcaee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -447,7 +447,7 @@ void lv_btnm_set_btn_width(const lv_obj_t * btnm, uint16_t btn_id, uint8_t width
/**
* Make the button matrix like a selector widget (only one button may be toggled at a time).
*
* Toggling must be enabled on the buttons you want to be selected with `lv_btnm_set_ctrl` or
* Toggling must be enabled on the buttons you want to be selected with `lv_btnm_set_btn_ctrl` or
* `lv_btnm_set_btn_ctrl_all`.
*
* @param btnm Button matrix object