diff options
author | Guido Lerch <guido.lerch@gmail.com> | 2015-10-20 22:04:40 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-03 08:31:41 -0800 |
commit | b73b3126730c45883f97a546a9b2526ceee6426a (patch) | |
tree | 947025c9fb6cc91cfd839c07ffb2fd783f7c194e | |
parent | 889fa1e4ccdee3072653fa23b66047ce60eee8d3 (diff) | |
download | subsurface-b73b3126730c45883f97a546a9b2526ceee6426a.tar.gz |
Context menu for images: enable multi selection
Signed-off-by: Guido Lerch <guido.lerch@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | desktop-widgets/maintab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop-widgets/maintab.cpp b/desktop-widgets/maintab.cpp index 42bc29c8d..5c6d831f8 100644 --- a/desktop-widgets/maintab.cpp +++ b/desktop-widgets/maintab.cpp @@ -198,6 +198,7 @@ MainTab::MainTab(QWidget *parent) : QTabWidget(parent), acceptingEdit = false; ui.diveTripLocation->hide(); + ui.photosView->setSelectionMode(QAbstractItemView::MultiSelection); } MainTab::~MainTab() |