Mark the canvas texture dirty when we change it.
authorGunnar Sletta <gunnar.sletta@digia.com>
Thu, 25 Apr 2013 10:34:29 +0000 (12:34 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 26 Apr 2013 06:42:28 +0000 (08:42 +0200)
commita32ee8627348317befa455537c2437805ff14e0e
tree1f1848b6150050a72e31da2e554a3b73476c2b52
parent9272193f5dc4cd1b418912cc5b9d8f2585a90f96
Mark the canvas texture dirty when we change it.

Because the texture is the same instance and the rect is the same,
the early-out checks in QSGSimpleTextureNode will abort.

Task-number: QTBUG-30666
Change-Id: I0e6a1fd3d4de33436057e8cdf62dc0e7964b5c21
Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
src/quick/items/context2d/qquickcanvasitem.cpp