1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

fix(style): make color filter inherited

This commit is contained in:
Gabor Kiss-Vamosi 2022-03-20 21:40:17 +01:00
parent 0e3bd11751
commit 5546b9d740

View File

@ -111,8 +111,8 @@ const uint8_t _lv_style_builtin_prop_flag_lookup_table[_LV_STYLE_NUM_BUILT_IN_PR
[LV_STYLE_RADIUS] = 0,
[LV_STYLE_CLIP_CORNER] = 0,
[LV_STYLE_OPA] = LV_STYLE_PROP_INHERIT,
[LV_STYLE_COLOR_FILTER_DSC] = 0,
[LV_STYLE_COLOR_FILTER_OPA] = 0,
[LV_STYLE_COLOR_FILTER_DSC] = LV_STYLE_PROP_INHERIT,
[LV_STYLE_COLOR_FILTER_OPA] = LV_STYLE_PROP_INHERIT,
[LV_STYLE_ANIM_TIME] = 0,
[LV_STYLE_ANIM_SPEED] = 0,
[LV_STYLE_TRANSITION] = 0,