fix(roller): fix roller error in ubuntu24.04 uefi (#6683)

Signed-off-by: lhdjply <lhdjply@126.com>
This commit is contained in:
Liu Yi
2024-08-21 17:47:55 +08:00
committed by GitHub
parent a476098fcc
commit bac9b29b77
+1 -1
View File
@@ -33,7 +33,7 @@ struct lv_roller_t {
uint32_t sel_opt_id; /**< Index of the current option*/
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 */
lv_roller_mode_t mode : 1;
lv_roller_mode_t mode : 2;
uint32_t moved : 1;
};