In my main application I'm experiencing a bug with FMX TScrollBox. While scrolling down in the scrollbox, the TNumberbox leaves behind lines in other components. Even after repainting/updating the other components (with the lines) the lines aren't cleaned up.
To clarify I made a dummy application:
I understand that there's probably no way to get rid of the bug. However I would like to know how I can clean up the lines in my application. Anyone that can help?