Widgets are redrawn after invalidate, how not to?
Hi there Touchgfx team!
I have these screens

I already implemented all the navigation. When I'm in volume screen, if I start pressing the up/down arrow buttons, the read widgets appears again. Is there any way to avoid this different than calling invalidate() every single time?
All those 4 screens are developed inside a single screen. Based on the user input, I just change their state to visible/invisible.
Thanks a lot in advance
