From 0c9e6f9acc055f37699ef336f880346fef6129ca Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Sun, 22 Sep 2013 23:21:01 +0200 Subject: Remove o2/he from plot_data and fix gas plot text plot_data.o2 and plot_data.he was wrong for all dives, due to that cylinderindex was set right first in populate_pressure_information, and thus those two contained bogus information. This makes the plot-text use cylinderindex-lookup as everything else. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- qt-ui/profilegraphics.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'qt-ui/profilegraphics.cpp') diff --git a/qt-ui/profilegraphics.cpp b/qt-ui/profilegraphics.cpp index fe5d79b4e..07326f475 100644 --- a/qt-ui/profilegraphics.cpp +++ b/qt-ui/profilegraphics.cpp @@ -519,7 +519,8 @@ void ProfileGraphicsView::plot_cylinder_pressure_text() if (!seen_cyl[cyl]) { plot_pressure_value(mbar, entry->sec, LEFT, BOTTOM); plot_gas_value(mbar, entry->sec, LEFT, TOP, - entry->o2, entry->he); + get_o2(&dive->cylinder[cyl].gasmix), + get_he(&dive->cylinder[cyl].gasmix)); seen_cyl[cyl] = TRUE; } } -- cgit v1.2.3-70-g09d2