Double buffer, one buffer is not updated
I have an application developed using touchGfx 4.13 where we are using a double buffer and it works fine. I have now migrated to touchGfx 4.17 but it seems like the double buffer is not working as expected. When I change from a longer text to a shorter text in a text area (change text from ‘Medium’ to ‘Low’ and resizeToCurrentText and move to center of the display) the longer text that is outside of the shorter text area is flickering in the screen (resulting MLowm, where M and m is flickering). It seems like the longer text that is outside of the shorter text area is not removed from the one frame buffer. In this particular example the error can be solved by keeping the text area size fixed and invalidate the whole text area but the same problem will probably come back in another error later on. Any ideas what can be the problem with my implementation?
I'am using a custom board with an STM32F7.
