lv_obj_Set_style: bugfux

This commit is contained in:
Gabor Kiss-Vamosi
2018-08-26 17:04:10 +02:00
parent d8d583ee57
commit 8e0dc2055f

View File

@@ -1653,7 +1653,7 @@ static void refresh_childen_style(lv_obj_t * obj)
/*Children with 'glass' parent might be effected if their style == NULL*/ /*Children with 'glass' parent might be effected if their style == NULL*/
refresh_childen_style(child); refresh_childen_style(child);
} }
child = lv_obj_get_child(child, NULL); child = lv_obj_get_child(obj, child);
} }
} }