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 14:18:44 +0000 (16:18 +0200)
commit39de0de5cdde8676195fab84ef5ac460a6eebe94
treea06bb003cfc8c696702a1e033cea915ae6db9026
parentfcde8e7f6c7d65cde066bc5f6f06726ce33cb609
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>