-
Bug
-
Resolution: Done
-
P2: Important
-
4.6.3, 4.7.0
-
None
-
openSUSE 11.3 32bit, gcc 4.5,
GeForce 8800 GTS, NVIDIA Driver Version: 256.53
-
6c8dcd5744e2c14d122f0967de72a9e171dd9715
Drawing standard DashLine or CustomDashLine with QPainter into
QGLWidget inside ist paintEvent.
when drawing into QGLWidget(), QPen::setDashOffset() has no effect
when drawing into QWidget(), QPen::setDashOffset() works fine
see example main.cpp:
In QGLWidget window, animated DashLine does not move.