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:
parent
0e3bd11751
commit
5546b9d740
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user