diff options
author | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2010-09-30 14:46:26 (GMT) |
---|---|---|
committer | Bjørn Erik Nilsen <bjorn.nilsen@nokia.com> | 2010-09-30 14:46:26 (GMT) |
commit | 72fd8399aa36395e41f497fff79842496d6f9b03 (patch) | |
tree | 8077ed2132cc51748ee9d24834a6cebb48b25a28 /dist | |
parent | eb407209bb9f2c06684fd1299169cd3b8ab4b58d (diff) | |
download | Qt-72fd8399aa36395e41f497fff79842496d6f9b03.zip Qt-72fd8399aa36395e41f497fff79842496d6f9b03.tar.gz Qt-72fd8399aa36395e41f497fff79842496d6f9b03.tar.bz2 |
Some 4.7.1 changes.
Diffstat (limited to 'dist')
-rw-r--r-- | dist/changes-4.7.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dist/changes-4.7.1 b/dist/changes-4.7.1 index 2c25699..2d79ac1 100644 --- a/dist/changes-4.7.1 +++ b/dist/changes-4.7.1 @@ -62,6 +62,16 @@ QtGui - QGraphicsWidget * [QTBUG-13188] Make sure a font that has propagated from a parent can be set on a QPainter. + * [QT-3808] Issues when applying effects in combination with ItemHasNoContents flag. + + - QGraphicsItem + * [QTBUG-3633, QT-3828] Wrong children bounding rect when applying effects. + + - QGraphicsEffect + * [QT-3633] Wrong bounding rect. + + - QGraphicsScene + * [QT-3674] Spurious assert triggered from render(). - QPainter * [QTBUG-13429] Fixed scale point drawing with square cap in the raster |