mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-30 15:17:33 +08:00
Fix warning in lv_table.c
This commit is contained in:
@@ -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];
|
format.format_byte = ext->cell_data[cell][0];
|
||||||
|
|
||||||
switch(format.align) {
|
switch(format.align) {
|
||||||
|
default:
|
||||||
case LV_LABEL_ALIGN_LEFT:
|
case LV_LABEL_ALIGN_LEFT:
|
||||||
txt_flags = LV_TXT_FLAG_NONE;
|
txt_flags = LV_TXT_FLAG_NONE;
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user