mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-28 13:36:27 +08:00
lv_label: remove old test code
This commit is contained in:
@@ -514,15 +514,7 @@ static bool lv_label_design(lv_obj_t * label, const area_t * mask, lv_design_mod
|
|||||||
if(ext->recolor != 0) flag |= TXT_FLAG_RECOLOR;
|
if(ext->recolor != 0) flag |= TXT_FLAG_RECOLOR;
|
||||||
if(ext->expand != 0) flag |= TXT_FLAG_EXPAND;
|
if(ext->expand != 0) flag |= TXT_FLAG_EXPAND;
|
||||||
|
|
||||||
if(strcmp("Folder1", ext->txt) == 0) {
|
|
||||||
uint8_t i;
|
|
||||||
i = 0;
|
|
||||||
i++;
|
|
||||||
}
|
|
||||||
|
|
||||||
lv_draw_label(&cords, mask, style, ext->txt, flag, &ext->offset);
|
lv_draw_label(&cords, mask, style, ext->txt, flag, &ext->offset);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user