fix(span): fix span incorrect max height calculation (#6243)

This commit is contained in:
Benign X
2024-05-20 21:34:32 +08:00
committed by GitHub
parent 64ebf19734
commit 9c7981215a
3 changed files with 5 additions and 4 deletions

View File

@@ -344,6 +344,7 @@ void test_spangroup_chinese_break_line(void)
TEST_ASSERT_EQUAL_SCREENSHOT("widgets/span_07.png");
lv_obj_set_style_text_font(spangroup, LV_FONT_DEFAULT, 0);
lv_freetype_font_delete(font);
}