mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:23:23 +00:00
Retain the start time when creating plan from dive
We need to make sure that the start time is set before we start adding points. Fixes #661 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
d262886a2d
commit
936f057ddc
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ void DivePlannerPointsModel::loadFromDive(dive *d)
|
|||
CylindersModel::instance()->updateDive();
|
||||
duration_t lasttime = {};
|
||||
struct gasmix gas;
|
||||
diveplan.when = d->when;
|
||||
for (int i = 0; i < d->dc.samples - 1; i++) {
|
||||
const sample &s = d->dc.sample[i];
|
||||
if (s.time.seconds == 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue