mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix crash when trying to add a dive or plan when a filter is active.
The planner used the selected dive on the dive list, and when there's a filtering in action it can be in a state where there's no dive selected. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
81fd56b16f
commit
f6d133d742
3 changed files with 9 additions and 0 deletions
|
@ -52,6 +52,7 @@ slots:
|
|||
void shiftTimes();
|
||||
void loadImages();
|
||||
static QString lastUsedImageDir();
|
||||
void endSearch();
|
||||
|
||||
signals:
|
||||
void currentDiveChanged(int divenr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue