Mercurial > public > ostc4
diff Discovery/Src/tMenuEditSystem.c @ 505:06b21f1e47a5
Removed second big font profile
The nex big font views have been introduced using an additional profile because an individual selection was not possible. By introducing the selection dialog for big font data views this additional profile is no longer needed.
author | Ideenmodellierer |
---|---|
date | Sun, 30 Aug 2020 17:14:31 +0200 |
parents | 0d2449e9d659 |
children | 970d8040c0e3 |
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditSystem.c Mon Aug 24 19:59:28 2020 +0200 +++ b/Discovery/Src/tMenuEditSystem.c Sun Aug 30 17:14:31 2020 +0200 @@ -186,7 +186,6 @@ { pSettings->cv_configuration ^= (1 << CVIEW_noneOrDebug); } - WriteSettings = 1; InitMotionDetection(); /* consider new view setup for view selection by motion */ exitMenuEdit_to_Menu_with_Menu_Update(); } @@ -943,11 +942,7 @@ case EXTRADISPLAY_none: text[5] = TXT2BYTE_ExtraNone; break; -#ifdef ENABLE_BIGFONT_VX - case EXTRADISPLAY_BIGFONT2: - text[5] = TXT2BYTE_ExtraBigFontV2; - break; -#endif + default: snprintf(&text[4],2,"%u",settingsGetPointer()->extraDisplay); break;