Home
last modified time | relevance | path

Searched refs:is_inheritable (Results 1 – 1 of 1) sorted by relevance

/lvgl-3.6.0/src/core/
Dlv_obj_style.c179 bool is_inheritable = lv_style_prop_has_flag(prop, LV_STYLE_PROP_INHERIT); in lv_obj_refresh_style() local
211 if(prop == LV_STYLE_PROP_ANY || (is_inheritable && (is_ext_draw || is_layout_refr))) { in lv_obj_refresh_style()