summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Rødal <samuel.rodal@nokia.com>2010-09-29 07:49:29 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2010-10-07 03:56:48 (GMT)
commit2b38401f6a68a6d087368075f9ec4ac90a552fbb (patch)
tree2391f404b38ceb6ae023f88d532314906e9ca13b
parent51f31b1b41ceb4dfde5779787c64aeb79c054ac9 (diff)
downloadQt-2b38401f6a68a6d087368075f9ec4ac90a552fbb.zip
Qt-2b38401f6a68a6d087368075f9ec4ac90a552fbb.tar.gz
Qt-2b38401f6a68a6d087368075f9ec4ac90a552fbb.tar.bz2
Updated changes-4.7.1
(cherry picked from commit 2d1e3b9778328046d3ba94dd51c37c507e618721)
-rw-r--r--dist/changes-4.7.15
1 files changed, 4 insertions, 1 deletions
diff --git a/dist/changes-4.7.1 b/dist/changes-4.7.1
index 2c22fea..bbf8c3d 100644
--- a/dist/changes-4.7.1
+++ b/dist/changes-4.7.1
@@ -48,7 +48,10 @@ QtGui
- QGraphicsWidget
* [QTBUG-13188] Make sure a font that has propagated from a parent can
be set on a QPainter.
-
+
+ - QPainter
+ * [QTBUG-13429] Fixed scale point drawing with square cap in the raster
+ engine, plus some potential floating point overflows in the rasterizer.
- QStaticText
* [QTBUG-12614] Fix crash with zero-width string.