From 7d9c1e9ee4e4e251f3a3b5e5901818fb5aaa340e Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Wed, 18 Sep 2013 14:31:15 +0200 Subject: Show sample time in the mouseover. This is really nice to have when looking at specific coutures of a dive or events. Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- profile.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'profile.c') diff --git a/profile.c b/profile.c index 5c947fbfa..693b24697 100644 --- a/profile.c +++ b/profile.c @@ -1224,6 +1224,10 @@ static void plot_string(struct plot_data *entry, char *buf, int bufsize, depthvalue = get_depth_units(depth, NULL, &depth_unit); snprintf(buf, bufsize, _("D:%.1f %s"), depthvalue, depth_unit); + if (prefs.show_time) { + memcpy(buf2, buf, bufsize); + snprintf(buf, bufsize, _("%s\nT:%d:%02d"), buf2, FRACTION(entry->sec, 60)); + } if (pressure) { pressurevalue = get_pressure_units(pressure, &pressure_unit); memcpy(buf2, buf, bufsize); -- cgit v1.2.3-70-g09d2