mirror of
https://github.com/subsurface/subsurface.git
synced 2024-12-01 06:30:26 +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
|
||||
mainWindow()->cleanUpEmpty();
|
||||
}
|
||||
mark_divelist_changed(TRUE);
|
||||
}
|
||||
mainWindow()->refreshDisplay();
|
||||
reload(currentLayout, false);
|
||||
|
|
Loading…
Reference in a new issue