Fixed crash when updating Image.source and BorderImage.source
authorGunnar Sletta <gunnar.sletta@nokia.com>
Thu, 1 Dec 2011 08:42:21 +0000 (09:42 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 1 Dec 2011 08:57:35 +0000 (09:57 +0100)
commitf8aa59b21f5231532d1e4d0d5d4d0b4f123ab732
treeade80b5f7e2ae46a98c2e0093c0dc498ba599a02
parentb99c9490c398fb4d285d5f28edd553445b76d79f
Fixed crash when updating Image.source and BorderImage.source

We need to update the texture pointer in the scene graph node
when the imagedata has changed.

Change-Id: I0246626d3ebb66db9c5cf85fb1c2034ed233984f
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
src/declarative/items/qquickborderimage.cpp
src/declarative/items/qquickimage.cpp