diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2015-01-09 12:17:02 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-01-09 12:42:09 -0800 |
commit | 80af8e7fa2946bd5b869689d626e9c6ebb4fefaf (patch) | |
tree | 4883deb88d45c3f95457c8c2401645fae14b1abf /qt-ui/downloadfromdivecomputer.h | |
parent | 15fb6158bca814d9cd223e6068d1addc2a88cc88 (diff) | |
download | subsurface-80af8e7fa2946bd5b869689d626e9c6ebb4fefaf.tar.gz |
Dive d/l selection UI: update checkmark state correctly
This fixes the issue where there was no visual feedback when clicking on
the second or third column in the grid. It would actually change the
checked state of the checkmark internally (and you would see the new state
once you clicked on another dive), but it wouldn't give immediate visual
feedback.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/downloadfromdivecomputer.h')
-rw-r--r-- | qt-ui/downloadfromdivecomputer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/downloadfromdivecomputer.h b/qt-ui/downloadfromdivecomputer.h index c010fa0fd..efec64f80 100644 --- a/qt-ui/downloadfromdivecomputer.h +++ b/qt-ui/downloadfromdivecomputer.h @@ -41,7 +41,7 @@ public: public slots: - void changeSelected(QModelIndex index); + void changeSelected(QModelIndex clickedIndex); void selectAll(); void selectNone(); |