mirror of
https://github.com/lvgl/lvgl.git
synced 2025-01-28 07:03:00 +08:00
Fix warning in lv_table.c
This commit is contained in:
parent
b4d4759383
commit
37761540d0
@ -495,6 +495,7 @@ static bool lv_table_design(lv_obj_t * table, const lv_area_t * mask, lv_design_
|
||||
format.format_byte = ext->cell_data[cell][0];
|
||||
|
||||
switch(format.align) {
|
||||
default:
|
||||
case LV_LABEL_ALIGN_LEFT:
|
||||
txt_flags = LV_TXT_FLAG_NONE;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user