header udated with __cplusplus define

This commit is contained in:
Kiss-Vamosi Gabor
2017-07-09 15:32:49 +02:00
parent 8bf03bd7e3
commit 7fab8564d0
49 changed files with 691 additions and 100 deletions

View File

@@ -26,7 +26,6 @@
/*********************
* DEFINES
*********************/
/**********************
* TYPEDEFS
**********************/
@@ -1472,6 +1471,7 @@ static void lv_style_refr_core(void * style_p, lv_obj_t * obj)
lv_obj_t * i;
LL_READ(obj->child_ll, i) {
if(i->style_p == style_p || style_p == NULL) {
lv_obj_inv(i);
i->signal_f(i, LV_SIGNAL_STYLE_CHG, NULL);
lv_obj_inv(i);
}