mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Context menu for images: enable multi selection
Signed-off-by: Guido Lerch <guido.lerch@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
889fa1e4cc
commit
b73b312673
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ MainTab::MainTab(QWidget *parent) : QTabWidget(parent),
|
|||
acceptingEdit = false;
|
||||
|
||||
ui.diveTripLocation->hide();
|
||||
ui.photosView->setSelectionMode(QAbstractItemView::MultiSelection);
|
||||
}
|
||||
|
||||
MainTab::~MainTab()
|
||||
|
|
Loading…
Add table
Reference in a new issue