diff options
author | Laszlo Agocs <laszlo.p.agocs@nokia.com> | 2011-03-22 08:42:39 (GMT) |
---|---|---|
committer | Laszlo Agocs <laszlo.p.agocs@nokia.com> | 2011-03-22 08:42:39 (GMT) |
commit | dfa9643193134612f3e5d25c5fa4f2a9d1fd6837 (patch) | |
tree | 3403f81a26b00fe26c3d93410c2891cb9cb340cd /src/gui/itemviews/qtreewidget.cpp | |
parent | 6733b02876d0f305691e6fc8060502bb3d783c36 (diff) | |
download | Qt-dfa9643193134612f3e5d25c5fa4f2a9d1fd6837.zip Qt-dfa9643193134612f3e5d25c5fa4f2a9d1fd6837.tar.gz Qt-dfa9643193134612f3e5d25c5fa4f2a9d1fd6837.tar.bz2 |
Fixed drawImage() not to attempt drawing null images on openvg.
QVGPaintEngine did not have proper checks for null QImage in the
drawImage functions so it went on trying to create a VGImage of
size 0x0 which is bound to fail always. This resulted in confusing
warnings about not being able to reclaim space for 0x0 images.
Reviewed-by: Jani Hautakangas
Diffstat (limited to 'src/gui/itemviews/qtreewidget.cpp')
0 files changed, 0 insertions, 0 deletions