minor foxes

This commit is contained in:
Gabor Kiss-Vamosi
2020-03-10 10:47:14 +01:00
parent dc4e643f62
commit 806d7dd8d5
7 changed files with 11 additions and 8 deletions

View File

@@ -1382,7 +1382,7 @@ void lv_theme_material_apply(lv_obj_t * obj, lv_theme_style_t name)
}
lv_obj_refresh_style(obj);
lv_obj_refresh_style(obj, LV_STYLE_PROP_ALL);
}