Hi Ant,

This has come up before and there are a few changes that should fix this.
I think it's possible that one or the other fix will solve your problem.
It was inconclusive if one or the other works in all or just some cases,
but it seems safe to do both fixes.

1) Override virtual function QPaintEngine to do nothing.

2) Remove the setting for Qt::WA_NoSystemBackground and replace with
Qt::WA_OpaquePaintEvent and Qt::WA_PaintOnScreen.

Also, look at this thread:
http://forum.openscenegraph.org/viewtopic.php?p=21688#21688


-Don

_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to