diff options
author | Trond Kjernåsen <trond@trolltech.com> | 2009-11-20 11:24:06 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-11-23 12:11:49 (GMT) |
commit | d180aa547065698cf18d25c65730689ae456c802 (patch) | |
tree | ba65b454edac0cdda43a4b3794708005beb7ba06 /doc/src/snippets/code/src_script_qscriptengineagent.cpp | |
parent | c15a7c3bd9eac24510df02008db2e8701b678e33 (diff) | |
download | Qt-d180aa547065698cf18d25c65730689ae456c802.zip Qt-d180aa547065698cf18d25c65730689ae456c802.tar.gz Qt-d180aa547065698cf18d25c65730689ae456c802.tar.bz2 |
Fixed antialiasing in the GL based QGraphicsView demos under X11.
All the examples/demos that used a QGraphicsView with a QGLWidget
as a viewport, that had multisampling enabled, was broken after
7b61fbf03e170a7da37d5f57ed4053aae719ec7f. This is because the reparented
QGLWidget will be forced to use the parent widget's visual, which in this
case does not contain any multisample buffers. The QX11Info structure
for QGLWidget is put together based on the QGLFormat that is passed
into the QGLWidget constructor and will in most cases always be
different from the parent widget visual.
Task-number: QTBUG-5998 and QTBUG-6003
Reviewed-by: Eskil
(cherry picked from commit 5cf6f6276a3a9103876937c300c1adce157eebeb)
Diffstat (limited to 'doc/src/snippets/code/src_script_qscriptengineagent.cpp')
0 files changed, 0 insertions, 0 deletions