diff options
author | Samuel Rødal <sroedal@trolltech.com> | 2009-04-15 12:03:49 (GMT) |
---|---|---|
committer | Bradley T. Hughes <bradley.hughes@nokia.com> | 2009-04-15 16:14:19 (GMT) |
commit | 2419f501558d1ca457c06e9225bde5d0502d8a02 (patch) | |
tree | 223e3f2f832e031ca17bbdd9dfb3e935a4054883 /dist/changes-4.5.1 | |
parent | 49122ec5f25f2ffdf61908c0e4bb1a7ff42ee2b9 (diff) | |
download | Qt-2419f501558d1ca457c06e9225bde5d0502d8a02.zip Qt-2419f501558d1ca457c06e9225bde5d0502d8a02.tar.gz Qt-2419f501558d1ca457c06e9225bde5d0502d8a02.tar.bz2 |
Prevent crash in qt_scrollRectInImage.
Clip both against the source and target device rectangles.
Task-number: 247937
Reviewed-by: Trond
BT: yes
Diffstat (limited to 'dist/changes-4.5.1')
-rw-r--r-- | dist/changes-4.5.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dist/changes-4.5.1 b/dist/changes-4.5.1 index 4fb155a..bda151f 100644 --- a/dist/changes-4.5.1 +++ b/dist/changes-4.5.1 @@ -162,6 +162,10 @@ Third party components sorting is disabled * [248163] Fixed possible crash in the paintEvent when spans are used. +- QWidget + * [250388] Fixed potential crash in QWidget::scroll() when using the raster + graphics system. + - QWizard * [248107] Fixed bug on Vista causing Back button to connect twice to the back() signal. |