summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@trolltech.com>2010-02-03 10:30:20 (GMT)
committerOlivier Goffart <ogoffart@trolltech.com>2010-02-03 10:41:10 (GMT)
commitd53315d30b38352db11063096ee3867a40bdc234 (patch)
tree6ccfe9142099d627b2b7acd5458477a2cecb1477 /dist
parent7d4ef9167249df5f00831dc07e57705eb1ddd22a (diff)
downloadQt-d53315d30b38352db11063096ee3867a40bdc234.zip
Qt-d53315d30b38352db11063096ee3867a40bdc234.tar.gz
Qt-d53315d30b38352db11063096ee3867a40bdc234.tar.bz2
Revert "QAbstractScrollArea: Wheel over a scrollarea that has only one horizontal scrollbar"
This reverts commit 46a3e518b3070cf7cb4cbbb2cb58254454cf169d. This shown to cause more problem than it solved Also update the changelog Reviewed-by: Thierry
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-4.6.23
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-4.6.2 b/dist/changes-4.6.2
index 292b3ef..4127e13 100644
--- a/dist/changes-4.6.2
+++ b/dist/changes-4.6.2
@@ -46,6 +46,9 @@ 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.