1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-21 06:53:01 +08:00

style cache: add missing LV_STYLE_FONT_TEXT to cachable proeprties

This commit is contained in:
Gabor Kiss-Vamosi 2020-08-03 07:03:54 +02:00
parent 1b29814e1e
commit 6ccfd0101a

View File

@ -4444,6 +4444,7 @@ static bool style_prop_is_cacheble(lv_style_property_t prop)
case LV_STYLE_CLIP_CORNER:
case LV_STYLE_TEXT_LETTER_SPACE:
case LV_STYLE_TEXT_LINE_SPACE:
case LV_STYLE_TEXT_FONT:
case LV_STYLE_TRANSFORM_ANGLE:
case LV_STYLE_TRANSFORM_WIDTH:
case LV_STYLE_TRANSFORM_HEIGHT: