qt5base-lts/tests/auto/widgets/itemviews/qtableview
Christian Ehrlicher 5edf34848a QTableView: properly deselect row when column 0 is hidden/not visible
When the first column is hidden or not visible in the current viewport,
it is not possible to deselect the current row.
Fix it by passing the correct column to
QItemSelectionModel::selectedRows() when testing if the current index is
selected.

Fixes: QTBUG-79092
Change-Id: I9d8082d2b29ad2f799156aee910c6ff6e3217771
Reviewed-by: David Faure <david.faure@kdab.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
2019-10-24 19:41:14 +02:00
..
.gitignore
BLACKLIST unblacklist passing tests 2019-07-08 11:01:42 +00:00
qtableview.pro testlib: start sharing common helper functions 2017-11-04 20:11:22 +00:00
tst_qtableview.cpp QTableView: properly deselect row when column 0 is hidden/not visible 2019-10-24 19:41:14 +02:00