diff options
author | Olivier Goffart <ogoffart@trolltech.com> | 2010-02-03 10:30:20 (GMT) |
---|---|---|
committer | Olivier Goffart <ogoffart@trolltech.com> | 2010-02-03 10:41:10 (GMT) |
commit | d53315d30b38352db11063096ee3867a40bdc234 (patch) | |
tree | 6ccfe9142099d627b2b7acd5458477a2cecb1477 /dist | |
parent | 7d4ef9167249df5f00831dc07e57705eb1ddd22a (diff) | |
download | Qt-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.2 | 3 |
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. |