fix(draw): fix the invalidation of scaled areas (#5548)
This commit is contained in:
committed by
GitHub
parent
133aee3fca
commit
ac518088e9
@@ -93,7 +93,6 @@ static inline void lv_global_init(lv_global_t * global)
|
||||
global->style_refresh = true;
|
||||
global->layout_count = _LV_LAYOUT_LAST;
|
||||
global->style_last_custom_prop_id = (uint32_t)_LV_STYLE_LAST_BUILT_IN_PROP;
|
||||
global->area_trans_cache.angle_prev = INT32_MIN;
|
||||
global->event_last_register_id = _LV_EVENT_LAST;
|
||||
lv_rand_set_seed(0x1234ABCD);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user