Microchip-MPLAB-Harmony / gfx

Harmony 3 Graphics library
https://microchip-mplab-harmony.github.io/gfx/
Other
16 stars 15 forks source link

GFX 3.6 creates a lot of visual glitchs #9

Open LuisCRSousa opened 4 years ago

LuisCRSousa commented 4 years ago

Upgrading from 3.5.1 to 3.6 creates a lot of visual glitchs in my application

My application have a menu systems that opens windows with contents inside it. This update creates glitchs at the menu system. Button with labels disappears when clicking and other random glitchs after a while. I managed to find that one of the causes was the new clipping method introduced at libaria_context_paint.c.

MHGC commented 4 years ago

Thank you for bringing this up.

The changes to libaria_context_paint.c will be reverted in the next release.