From f96ea9cc9a9b3a8f3815e492e8a2cfa8057e9add Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Sat, 7 Dec 2013 23:54:19 +0100 Subject: If we have defined a gas, default to that one. If we start to define a gas, we should use that one by default instead of air. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- qt-ui/diveplanner.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qt-ui/diveplanner.cpp') diff --git a/qt-ui/diveplanner.cpp b/qt-ui/diveplanner.cpp index c6d9fa523..ad4f60055 100644 --- a/qt-ui/diveplanner.cpp +++ b/qt-ui/diveplanner.cpp @@ -1200,6 +1200,12 @@ int DivePlannerPointsModel::addStop(int milimeters, int seconds, int o2, int he, } else if (seconds == 0 && milimeters == 0 && row == 0) { milimeters = M_OR_FT(5, 15); // 5m / 15ft seconds = 600; // 10 min + //Default to the first defined gas, if we got one. + cylinder_t *cyl = &stagingDive->cylinder[0]; + if (cyl) { + o2 = cyl->gasmix.o2.permille; + he = cyl->gasmix.he.permille; + } } if (o2 != -1) if (!addGas(o2, he)) -- cgit v1.2.3-70-g09d2