Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.3
-
None
Description
When calling QPainter::drawLine() with a pen using Qt::DashLine on X11, the dash offsets may shift depending on the values passed to the drawLine() call. This problem goes away (but introduces a performance hit) when calling setDashPattern() explicitly on the pen.