Mark DirtySubtreeBlocked correctly from OpacityNode
authorGunnar Sletta <gunnar.sletta@digia.com>
Tue, 1 Oct 2013 07:11:54 +0000 (09:11 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 3 Oct 2013 06:53:21 +0000 (08:53 +0200)
commitc937eec1ee73feaedde175a0c7302588d97bb978
tree4450362ed21f15a53b7a2d478d21687d736ba7c4
parentde43f7c93df67421766f74539e4f8a0370494fa8
Mark DirtySubtreeBlocked correctly from OpacityNode

In the edgecase where the opacity was exactly the OPACITY_THRESHOLD
we would fail to mark the tree as dirty. This led to a crash
in the renderer.

Change-Id: I618910d0c792a215133598b6a87217be1f8729bc
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>