mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 21:03:23 +00:00
desktop: remove selectionChangeDone() from DiveListView::selectDive()
This was erroneous, as it should only be called at the end of a selection change, not after every single dive. It made selection of multiple dives extremely slow. Reported-by: Jan Mulder <jlmulder@xs4all.nl> Debugged-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
9fae262188
commit
702d8c754d
1 changed files with 0 additions and 1 deletions
|
@ -322,7 +322,6 @@ void DiveListView::selectDive(int i)
|
|||
expand(idx.parent());
|
||||
setAnimated(true);
|
||||
}
|
||||
selectionChangeDone();
|
||||
}
|
||||
|
||||
void DiveListView::selectDives(const QList<int> &newDiveSelection)
|
||||
|
|
Loading…
Add table
Reference in a new issue