diff options
author | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-08-25 02:59:14 (GMT) |
---|---|---|
committer | Rhys Weatherley <rhys.weatherley@nokia.com> | 2009-08-25 02:59:14 (GMT) |
commit | 7c04a404e5ba63cd9c8bdf1e3c891e796adf2c39 (patch) | |
tree | 9baec16ae2e855fa04b66369638b01e010948be1 /tools | |
parent | 81c094621d64b5a6547c232c7282582339b16045 (diff) | |
download | Qt-7c04a404e5ba63cd9c8bdf1e3c891e796adf2c39.zip Qt-7c04a404e5ba63cd9c8bdf1e3c891e796adf2c39.tar.gz Qt-7c04a404e5ba63cd9c8bdf1e3c891e796adf2c39.tar.bz2 |
Don't dereference VGImage's that come from QVGPixmapData
TexturePattern brushes were sometimes turning all black with OpenVG.
This was due to the vgDestroyImage() destroying the cached VGImage
in the QVGPixmapData. We only need to use vgDestroyImage() if the
QPixmap is not backed up by a QVGPixmapData (bitmaps and pixmaps
from other paint engines).
Reviewed-by: Sarah Smith
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions