From 4b4a117f966c16824e6980ecc835e30e4cb4db42 Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Sun, 4 Oct 2020 12:18:43 +0200 Subject: Use get_n2 helper function Now, that we have this helper function that should have been introduced long ago, we can make some more expressions more idiomatic. Signed-off-by: Robert C. Helling --- profile-widget/diveprofileitem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'profile-widget') diff --git a/profile-widget/diveprofileitem.cpp b/profile-widget/diveprofileitem.cpp index efb2fceb7..a63b35863 100644 --- a/profile-widget/diveprofileitem.cpp +++ b/profile-widget/diveprofileitem.cpp @@ -415,7 +415,7 @@ void DivePercentageItem::paint(QPainter *painter, const QStyleOptionGraphicsItem const struct event *ev = NULL; int sec = dataModel->index(i, DivePlotDataModel::TIME).data().toInt(); gasmix = get_gasmix(&displayed_dive, displayed_dc, sec, &ev, gasmix); - int inert = 1000 - get_o2(gasmix); + int inert = get_n2(gasmix) + get_he(gasmix); mypen.setBrush(QBrush(ColorScale(value, inert))); painter->setPen(mypen); painter->drawLine(poly[i - 1], poly[i]); -- cgit v1.2.3-70-g09d2