fix(draw): fix the invalidation of scaled areas (#5548)

This commit is contained in:
Gabor Kiss-Vamosi
2024-03-04 03:53:00 +01:00
committed by GitHub
parent 133aee3fca
commit ac518088e9
48 changed files with 207 additions and 90 deletions

View File

@@ -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);