diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-09-20 07:53:06 -0500 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-09-20 07:53:06 -0500 |
commit | acd35995484ba8b0a4ee416b5dcceb76b843439e (patch) | |
tree | e6bd5465109be2bd1be3d7a2ba663ed72c0b28d8 /qt-ui/maintab.cpp | |
parent | 23ce6b8becfefd4848c05d51dc0a66ed01e39cd1 (diff) | |
download | subsurface-acd35995484ba8b0a4ee416b5dcceb76b843439e.tar.gz |
Adding a dive changes the dive list
Duh.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/maintab.cpp')
-rw-r--r-- | qt-ui/maintab.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/maintab.cpp b/qt-ui/maintab.cpp index 81ae8f364..779a9fc75 100644 --- a/qt-ui/maintab.cpp +++ b/qt-ui/maintab.cpp @@ -403,6 +403,7 @@ void MainTab::acceptChanges() DivePlannerPointsModel::instance()->cancelPlan(); mainWindow()->showProfile(); mainWindow()->refreshDisplay(); + mark_divelist_changed(TRUE); } editMode = NONE; |