Mercurial > public > ostc4
diff Discovery/Src/tMenuEditHardware.c @ 849:fce639612464 Evo_2_23
Consider flipped screen for Predive menu:
In previous version some values were not optimized for the visualization while the screen is flipped.
author | Ideenmodellierer |
---|---|
date | Thu, 29 Feb 2024 18:49:55 +0100 |
parents | c3dd461ca3f9 |
children | bc2fcd002fc4 |
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditHardware.c Thu Feb 15 21:26:28 2024 +0100 +++ b/Discovery/Src/tMenuEditHardware.c Thu Feb 29 18:49:55 2024 +0100 @@ -427,6 +427,9 @@ break; } } + + set_globalState(StMXTRA); /* new map may have impact to top level menu => update */ + updateMenu(); openEdit_O2Sensors(); }