fix(draw) use correct pointer in lv_draw_mask assertion (#2483)

This commit is contained in:
Mariotaku
2021-08-23 23:25:00 +09:00
committed by GitHub
parent e3da5a6350
commit 9b92885f83
2 changed files with 2 additions and 1 deletions

View File

@@ -21,6 +21,7 @@
- perf(draw) reimplement rectangle drawing algorithms
- perf(draw) reimplement circle drawing algorithms (#2374) (Also [change masking](https://docs.lvgl.io/master/overview/drawing.html#masking))
- fix(draw) false assertion error in lv_draw_mask caused by wrong pointer
## v8.0.2 (16.07.2021)
- fix(theme) improve button focus of keyboard