Mercurial > public > ostc4
diff Discovery/Src/tMenuEditCustom.c @ 1050:88b6ab90c55a GasConsumption
Added separate LLC view for surface GF:
A new LLC view has been added. In addition the surface GF is now clipped to a value of 9.99 => 999% in the visualization
| author | Ideenmodellierer |
|---|---|
| date | Wed, 19 Nov 2025 21:34:18 +0100 |
| parents | 5b913cdaa9dc |
| children |
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditCustom.c Tue Nov 18 18:53:21 2025 +0100 +++ b/Discovery/Src/tMenuEditCustom.c Wed Nov 19 21:34:18 2025 +0100 @@ -198,6 +198,10 @@ text[5] = TXT2BYTE_Compass; break; + case LCC_GF_SURF: + text[4] = TXT_2BYTE; + text[5] = TXT2BYTE_GFSurf; + break; /* none */ case LLC_Empty: text[4] = '-';
