[Development] QGLWidget drawing origin inconsistent in 5.0
Chris Meyer
cmeyer1969+qt at gmail.com
Thu Sep 13 02:42:30 CEST 2012
After doing further testing with my application under Qt 5.0, I've
narrowed down one of the OpenGL issues I'm seeing.
It looks like if QGLWidget is added to a view hierarchy that hasn't
been inserted into a window yet, the QGLWidget uses the wrong origin,
even after it is later added to a window.
I've filed a bug and built a short test program to demonstrate the issue.
https://bugreports.qt-project.org/browse/QTBUG-27214
More information about the Development
mailing list