From c979d9f16664c7dfcf04d6513fbc6f05b7e1e858 Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Thu, 3 Aug 2017 13:37:00 +0200 Subject: Always show the ascent to the initial deco stop ...even when not showing transitions, this makes the first stop look more like a stop (since it does not include several minutes of ascent). Signed-off-by: Robert C. Helling --- core/plannernotes.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/plannernotes.c') diff --git a/core/plannernotes.c b/core/plannernotes.c index ea4955925..be23a226d 100644 --- a/core/plannernotes.c +++ b/core/plannernotes.c @@ -222,7 +222,8 @@ void add_plan_to_notes(struct diveplan *diveplan, struct dive *dive, bool show_d (nextdp && dp->depth.mm != nextdp->depth.mm) || (!isascent && gaschange_before && nextdp && dp->depth.mm != nextdp->depth.mm) || (gaschange_after && lastentered) || (gaschange_after && !isascent) || - (isascent && gaschange_after && nextdp && dp->depth.mm != nextdp->depth.mm )) { + (isascent && gaschange_after && nextdp && dp->depth.mm != nextdp->depth.mm ) || + (lastentered && !dp->entered)) { // Print a symbol to indicate whether segment is an ascent, descent, constant depth (user entered) or deco stop if (isascent) segmentsymbol = "➚"; // up-right arrow for ascent -- cgit v1.2.3-70-g09d2