Details
-
Bug
-
Resolution: Incomplete
-
P5: Not important
-
None
-
4.5.3
-
None
-
Vista Home Premium x64, SP2, Microsoft Visual Studio 2005
Description
If QGLWidget::renderPixmap is called, it corrupts fonts used by QGLWidget::renderText later on the widget itself.
A brief investigation into the source shows that the fonts are being left associated with the wrong OpenGL context.
I have not been able to find a work-around without modifying the Qt source.