diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-05-28 22:16:15 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-05-28 22:16:15 -0700 |
commit | b37422c4478825f679e05cb19ed22184b6172d44 (patch) | |
tree | c9ef3e9d4cfe8870bd7033bceda2cce6988a06ec /qt-ui | |
parent | 03eba8f99d414d455b2ce04d8a04bd8177bd0358 (diff) | |
download | subsurface-b37422c4478825f679e05cb19ed22184b6172d44.tar.gz |
Planner: record the new dive at the correct time
We don't want to do this when calling plan() from createTemporaryPlan() -
we only want to record the dive at the end of createPlan().
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/diveplanner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/diveplanner.cpp b/qt-ui/diveplanner.cpp index fd6eee504..921fdf88b 100644 --- a/qt-ui/diveplanner.cpp +++ b/qt-ui/diveplanner.cpp @@ -871,6 +871,7 @@ void DivePlannerPointsModel::createPlan() cyl->end.mbar = 0; } } + record_dive(tempDive); mark_divelist_changed(true); // Remove and clean the diveplan, so we don't delete |