Revision 6323645...

Go back to digest for 12th August 2012

Bug Fixes in Multimedia

Harald Sitter committed changes in [phonon-vlc] src/video/videowidget.cpp:

fix opengl surface painting

with opengl as viewport qpainter refuses to draw the same qimage twice
so we create a new image for every paint call, which is cheap because
all the data is in the plane QBA anyway

now gwenview should be working as expected

File Changes

Modified 1 files
  • src/video/videowidget.cpp
1 files changed in total