mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add option to make ceiling visually stand out more in the profile
While having the background "come down" seemed like a good visualization of the ceiling, some divers appear to prefer something more dramatic. This adds an option to the Tec Settings to have the ceiling shown in red instead of the default background color. Suggested-by: Jan Schubert <Jan.Schubert@GMX.li> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
982abb5596
commit
a0f28aa422
3 changed files with 42 additions and 4 deletions
|
|
@ -32,6 +32,7 @@ typedef struct {
|
|||
|
||||
extern visible_cols_t visible_cols;
|
||||
extern partial_pressure_graphs_t partial_pressure_graphs;
|
||||
extern gboolean profile_red_ceiling;
|
||||
|
||||
#define GRAPHS_ENABLED (partial_pressure_graphs.po2 || partial_pressure_graphs.pn2 || partial_pressure_graphs.phe)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue