Details
-
Bug
-
Resolution: Won't Do
-
P2: Important
-
None
-
5.15.13
Description
Having Qt::AA_ForceRasterWidgets set leaves artificats with child QTableview when scrolling takes place.
Attached example can be reproduced to see this.
Adding following lines as work around helps:
setenv("QT_NO_FAST_MOVE","1",1);
setenv("QT_NO_FAST_SCROLL","1",1);