mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Planner: implement sane way to set the start time of the planned dive
This uses the same widgets we use on the maintab. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
4b18da1f22
commit
06a8002a2d
3 changed files with 41 additions and 3 deletions
|
@ -480,6 +480,7 @@ void MainWindow::on_actionDivePlanner_triggered()
|
|||
DivePlannerPointsModel::instance()->setupCylinders();
|
||||
|
||||
// create a simple starting dive, using the first gas from the just copied cylidners
|
||||
DivePlannerPointsModel::instance()->setupStartTime();
|
||||
createFakeDiveForAddAndPlan();
|
||||
DivePlannerPointsModel::instance()->createSimpleDive();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue