From 8b371cf8c67dc9c8e3e46b6bb04bb4fa0aa005ad Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Thu, 4 Dec 2014 20:56:18 +0100 Subject: Copy all cylinders when (re)planning a dive This changes the code so we include all the cylinders from a previous dive when we re-plain a dive. Otherwise we would have a hole in the cylinders table when we plan a dive based on a dive where we have unused cylinders, and it makes more sense to copy all of them rather than not. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- qt-ui/diveplanner.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt-ui/diveplanner.cpp b/qt-ui/diveplanner.cpp index 84dec0c9a..fabc11ed7 100644 --- a/qt-ui/diveplanner.cpp +++ b/qt-ui/diveplanner.cpp @@ -138,7 +138,7 @@ void DivePlannerPointsModel::setupCylinders() if (mode == PLAN && current_dive) { // take the used cylinders from the selected dive as starting point CylindersModel::instance()->copyFromDive(current_dive); - copy_cylinders(current_dive, &displayed_dive, true); + copy_cylinders(current_dive, &displayed_dive, false); reset_cylinders(&displayed_dive, true); return; } -- cgit v1.2.3-70-g09d2