Merge branch 'fixPlannerStartTime'

This commit is contained in:
Dirk Hohndel 2014-06-28 08:07:59 -07:00
commit d25e31525c
4 changed files with 60 additions and 6 deletions

View file

@ -483,6 +483,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();