import style caching

This commit is contained in:
Gabor Kiss-Vamosi
2020-08-02 11:36:27 +02:00
parent 41fd83e1d3
commit 11cab40103
35 changed files with 199 additions and 128 deletions

View File

@@ -1023,7 +1023,7 @@ static void theme_apply(lv_theme_t * th, lv_obj_t * obj, lv_theme_style_t name)
}
lv_obj_refresh_style(obj, LV_STYLE_PROP_ALL);
lv_obj_refresh_style(obj, LV_OBJ_PART_ALL, LV_STYLE_PROP_ALL);
}