diff options
author | Yoann Lopes <yoann.lopes@nokia.com> | 2010-02-04 12:15:31 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2010-02-06 08:57:01 (GMT) |
commit | 4ab0a1f95f8528c0a9ec878b89b3b3e87c06c0f1 (patch) | |
tree | 81057292d1a38da56466642ecd077c2d508531a1 | |
parent | 79f04b9dc202faac95e5d7eb45783189062568b6 (diff) | |
download | Qt-4ab0a1f95f8528c0a9ec878b89b3b3e87c06c0f1.zip Qt-4ab0a1f95f8528c0a9ec878b89b3b3e87c06c0f1.tar.gz Qt-4ab0a1f95f8528c0a9ec878b89b3b3e87c06c0f1.tar.bz2 |
My changelog for 4.6.2
(cherry picked from commit db82dda4ae3672844f7637394bf9a403e7c4f4b3)
-rw-r--r-- | dist/changes-4.6.2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2 index ef66f17..e327d9e 100644 --- a/dist/changes-4.6.2 +++ b/dist/changes-4.6.2 @@ -69,6 +69,8 @@ QtGui * [QTBUG-7029] Fixed a crash when re-creating QApplication object due to a dangling gesture manager pointer. * [QTBUG-7198] Setting a style sheet could break the checkbox position in item views. + * [QTBUG-7253] Fixed wrong stroke clipping with the raster engine when using a QPen + with a style other than SolidLine. QtDBus |