summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.5.1
diff options
context:
space:
mode:
authorSamuel Rødal <sroedal@trolltech.com>2009-04-15 12:03:49 (GMT)
committerSamuel Rødal <sroedal@trolltech.com>2009-04-15 12:42:51 (GMT)
commit9da65ead69c92df717b1a63fe3c98c0cc73270f9 (patch)
tree20af4d308c650254a87713eac45126a56769bc10 /dist/changes-4.5.1
parent4e9c2364e8e9580aa317e9387338d45207ac4baa (diff)
downloadQt-9da65ead69c92df717b1a63fe3c98c0cc73270f9.zip
Qt-9da65ead69c92df717b1a63fe3c98c0cc73270f9.tar.gz
Qt-9da65ead69c92df717b1a63fe3c98c0cc73270f9.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.14
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.