When adding / planning a dive, reset the dive site manage screen

Otherwise old data is still shown if the user clicks manage.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-02-13 22:42:57 -08:00
parent b60b4ef69d
commit e32459d313

View file

@ -552,6 +552,7 @@ void MainWindow::setupForAddAndPlan(const char *model)
// setup the dive cylinders
DivePlannerPointsModel::instance()->clear();
DivePlannerPointsModel::instance()->setupCylinders();
locationInformationWidget()->setLocationId(0);
}
void MainWindow::on_actionReplanDive_triggered()