mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make red ceiling work
The existing code for toggling the DC reported ceiling in red or "surface color" clearly had never been tested. This seems to create a reasonably attractive implementation - not exactly what we had in the past, but good enough. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
a3aacfc6c2
commit
e5967dd193
4 changed files with 12 additions and 3 deletions
|
@ -62,6 +62,7 @@ typedef enum {
|
|||
BOUNDING_BOX,
|
||||
PRESSURE_TEXT,
|
||||
BACKGROUND,
|
||||
BACKGROUND_TRANS,
|
||||
CEILING_SHALLOW,
|
||||
CEILING_DEEP,
|
||||
CALC_CEILING_SHALLOW,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue