diff options
Diffstat (limited to 'desktop-widgets/tab-widgets')
-rw-r--r-- | desktop-widgets/tab-widgets/TabDivePhotos.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/tab-widgets/TabDivePhotos.cpp b/desktop-widgets/tab-widgets/TabDivePhotos.cpp index 7d6223184..e45e07319 100644 --- a/desktop-widgets/tab-widgets/TabDivePhotos.cpp +++ b/desktop-widgets/tab-widgets/TabDivePhotos.cpp @@ -21,7 +21,7 @@ TabDivePhotos::TabDivePhotos(QWidget *parent) { ui->setupUi(this); ui->photosView->setModel(divePictureModel); - ui->photosView->setSelectionMode(QAbstractItemView::MultiSelection); + ui->photosView->setSelectionMode(QAbstractItemView::ExtendedSelection); connect(ui->photosView, &DivePictureWidget::photoDoubleClicked, [](const QString& path) { |