summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.