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
|
@ -825,3 +825,9 @@ void DiveListView::updateLastImageTimeOffset(const int offset)
|
|||
s.beginGroup("MainWindow");
|
||||
s.setValue("LastImageTimeOffset", offset);
|
||||
}
|
||||
|
||||
void DiveListView::endSearch()
|
||||
{
|
||||
searchBox.clear();
|
||||
searchBox.hide();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue