mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 01:18:04 +08:00
fix(roller): fix roller error in ubuntu24.04 uefi (#6683)
Signed-off-by: lhdjply <lhdjply@126.com>
This commit is contained in:
@@ -33,7 +33,7 @@ struct lv_roller_t {
|
|||||||
uint32_t sel_opt_id; /**< Index of the current option*/
|
uint32_t sel_opt_id; /**< Index of the current option*/
|
||||||
uint32_t sel_opt_id_ori; /**< Store the original index on focus*/
|
uint32_t sel_opt_id_ori; /**< Store the original index on focus*/
|
||||||
uint32_t inf_page_cnt; /**< Number of extra pages added to make the roller look infinite */
|
uint32_t inf_page_cnt; /**< Number of extra pages added to make the roller look infinite */
|
||||||
lv_roller_mode_t mode : 1;
|
lv_roller_mode_t mode : 2;
|
||||||
uint32_t moved : 1;
|
uint32_t moved : 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user