summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.2
diff options
context:
space:
mode:
Diffstat (limited to 'dist/changes-4.6.2')
-rw-r--r--dist/changes-4.6.27
1 files changed, 7 insertions, 0 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2
index 58dcf0e..4127e13 100644
--- a/dist/changes-4.6.2
+++ b/dist/changes-4.6.2
@@ -46,9 +46,16 @@ QtCore
QtGui
-----
+ - QAbstractScrollArea
+ * [QTBUG-1760] Reverted horizontal scrolling with mouse wheel when vertical scrollbar is hidden
+
- QBmpHandler
* [QTBUG-7530] Fixed an infinite loop that could occur when reading invalid BMP images.
+ - QGraphicsEffect
+ * [QTBUG-6901] Fixed performance problem when translating items with
+ graphics effects.
+
- QImage
* [QTBUG-7231] Avoid an unnecessary copy in QImage::scaled().