minor fixes

This commit is contained in:
Gabor Kiss-Vamosi
2018-10-17 11:27:08 +02:00
parent c9111563b1
commit 4751cb16c9
4 changed files with 16 additions and 2 deletions

View File

@@ -778,6 +778,10 @@ void lv_obj_report_style_mod(lv_style_t * style)
{
lv_obj_t * i;
LL_READ(scr_ll, i) {
if(i->style_p == style || style == NULL) {
lv_obj_refresh_style(i);
}
report_style_mod_core(style, i);
}
}