Check world matrix is true when seeing if transformations are supported
authorAndy Shaw <andy.shaw@digia.com>
Fri, 19 Dec 2014 14:23:12 +0000 (15:23 +0100)
committerAndy Shaw <andy.shaw@digia.com>
Fri, 2 Jan 2015 09:13:24 +0000 (10:13 +0100)
commit25d972e12eda9dadf212d24af8d8f524572bdbfa
treef945b83820db71d525ff7b5dc8054c4dd327ae22
parent62323e8d1b16167662c85e412d35804418593cc6
Check world matrix is true when seeing if transformations are supported

If the world matrix is turned off then if the raster paintengine should
not support transformations for the text as otherwise it could end up
being incorrectly transformed.

Task-number: QTBUG-35200
Change-Id: I68fa6654ee87016986ba9d9469673fc8b9e0875e
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
src/gui/painting/qpaintengine_raster.cpp