Quote:
Originally Posted by kovidgoyal
|
That the worst part: I already trying this and I have nothing. Even catch the all paintEvent: nada, rien, none

I also trying with QT_QPA_PLATFORM=xcb, but same.
Does anyone else have this bug?
If I the only one that have this bug, I can accept that this is not that "serious" and I can workaround with that until we understand.
EDIT:
Okay, I "fix it" by put a finally block with painter.end()
but it is the only solution that work. I will continue to inspect.
EDIT2:
the finally block i not required, just put a painter.end() at the end of the paintEvent seem enough (their is none).