diff options
Diffstat (limited to 'qt-ui')
-rw-r--r-- | qt-ui/diveplanner.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/qt-ui/diveplanner.cpp b/qt-ui/diveplanner.cpp index d1d4abdd0..62c4e56a4 100644 --- a/qt-ui/diveplanner.cpp +++ b/qt-ui/diveplanner.cpp @@ -69,6 +69,9 @@ void DivePlannerPointsModel::createSimpleDive() { struct gasmix gas = { 0 }; + // initialize the start time in the plan + diveplan.when = displayed_dive.when; + if (isPlanner()) // let's use the gas from the first cylinder gas = displayed_dive.cylinder[0].gasmix; |