From 826387a4b0f177c5b645c2483ca4fb11c76e01dc Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Thu, 8 Aug 2019 11:33:10 +0200 Subject: Indicate negative cylider pressure The planner can produce negative cylinder pressures when more gas is used than available. Let's color the pressure graph in a highly visible color to alert the user of the fact that current gas planning is insufficient. Signed-off-by: Robert C. Helling --- core/color.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core') diff --git a/core/color.h b/core/color.h index 246808d19..12dcb1497 100644 --- a/core/color.h +++ b/core/color.h @@ -65,6 +65,7 @@ // Magentas #define MEDIUMREDVIOLET1_HIGHER_TRANS QColor::fromRgbF(0.7, 0.2, 0.7, 0.1) +#define MAGENTA QColor::fromRgbF(1.0, 0.0, 1.0, 1.0) #define SAC_COLORS_START_IDX SAC_1 #define SAC_COLORS 9 -- cgit v1.2.3-70-g09d2