diff options
author | Samuel Rødal <samuel.rodal@nokia.com> | 2010-09-29 07:49:29 (GMT) |
---|---|---|
committer | Samuel Rødal <samuel.rodal@nokia.com> | 2010-09-29 07:49:29 (GMT) |
commit | 2d1e3b9778328046d3ba94dd51c37c507e618721 (patch) | |
tree | 3467a9bc0283a3f9cbd04b5dfb77f793994a69a7 /dist/changes-4.7.1 | |
parent | 2b70a3a6d5ebef36e90f52076c5d942d8cc171d7 (diff) | |
download | Qt-2d1e3b9778328046d3ba94dd51c37c507e618721.zip Qt-2d1e3b9778328046d3ba94dd51c37c507e618721.tar.gz Qt-2d1e3b9778328046d3ba94dd51c37c507e618721.tar.bz2 |
Updated changes-4.7.1
Diffstat (limited to 'dist/changes-4.7.1')
-rw-r--r-- | dist/changes-4.7.1 | 5 |
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. |