mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
Adding a dive changes the dive list
Duh. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
23ce6b8bec
commit
acd3599548
1 changed files with 1 additions and 0 deletions
|
@ -403,6 +403,7 @@ void MainTab::acceptChanges()
|
|||
DivePlannerPointsModel::instance()->cancelPlan();
|
||||
mainWindow()->showProfile();
|
||||
mainWindow()->refreshDisplay();
|
||||
mark_divelist_changed(TRUE);
|
||||
}
|
||||
editMode = NONE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue