summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorThorbjørn Lund Martsum <tmartsum@gmail.com>2012-11-04 18:17:14 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-02 16:09:14 +0100
commit28a21d98ef8d880a6dd86ee19dd803424bb5eae1 (patch)
tree6dab15e4a76a3d4b8854b7c36ff90143cfa9c530 /dist
parent0f014fcde824d191eef003cd52ea70485499d845 (diff)
QAbstractItemView - allow deselect in single selection mode.
This patch allows single selection to be cleared with the normal control modifier. This affects e.g QTreeView and QListView. Task-number: QTBUG-8836 Change-Id: I7fd50b987acc3552b36657409568192763257536 Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'dist')
-rw-r--r--dist/changes-5.1.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-5.1.0 b/dist/changes-5.1.0
index 8dfd6a8849..2b432fc811 100644
--- a/dist/changes-5.1.0
+++ b/dist/changes-5.1.0
@@ -34,7 +34,10 @@ Third party components
* Important Behavior Changes *
****************************************************************************
+- QtWidgets
+ * [QTBUG-8836] QAbstractItemView now allows manual deselect in
+ SingleSelection mode (with control modifier)
****************************************************************************
* Library *