mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Mark divelist changed when deleting a dive
Fixes #232 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ea2e517e39
commit
f41651439c
1 changed files with 1 additions and 0 deletions
|
@ -433,6 +433,7 @@ void DiveListView::deleteDive()
|
||||||
else
|
else
|
||||||
mainWindow()->cleanUpEmpty();
|
mainWindow()->cleanUpEmpty();
|
||||||
}
|
}
|
||||||
|
mark_divelist_changed(TRUE);
|
||||||
}
|
}
|
||||||
mainWindow()->refreshDisplay();
|
mainWindow()->refreshDisplay();
|
||||||
reload(currentLayout, false);
|
reload(currentLayout, false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue