mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Implement manual setting of depth
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
74b542ee60
commit
03eef5b0c2
2 changed files with 14 additions and 2 deletions
|
@ -76,6 +76,7 @@ void DivePlannerPointsModel::loadFromDive(dive *d)
|
|||
duration_t lastrecordedtime = {};
|
||||
duration_t newtime = {};
|
||||
free_dps(&diveplan);
|
||||
clear();
|
||||
diveplan.when = d->when;
|
||||
// is this a "new" dive where we marked manually entered samples?
|
||||
// if yes then the first sample should be marked
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue