Mercurial > public > ostc4
comparison 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 |
comparison
equal
deleted
inserted
replaced
504:8428195a4967 | 505:06b21f1e47a5 |
---|---|
184 pSettings->cv_configuration ^= 1 << (cv_changelist[customviewsSubpage * 5 + line-1]); | 184 pSettings->cv_configuration ^= 1 << (cv_changelist[customviewsSubpage * 5 + line-1]); |
185 if(t7_GetEnabled_customviews() == 0) | 185 if(t7_GetEnabled_customviews() == 0) |
186 { | 186 { |
187 pSettings->cv_configuration ^= (1 << CVIEW_noneOrDebug); | 187 pSettings->cv_configuration ^= (1 << CVIEW_noneOrDebug); |
188 } | 188 } |
189 WriteSettings = 1; | |
190 InitMotionDetection(); /* consider new view setup for view selection by motion */ | 189 InitMotionDetection(); /* consider new view setup for view selection by motion */ |
191 exitMenuEdit_to_Menu_with_Menu_Update(); | 190 exitMenuEdit_to_Menu_with_Menu_Update(); |
192 } | 191 } |
193 } | 192 } |
194 | 193 |
941 break; | 940 break; |
942 /* none */ | 941 /* none */ |
943 case EXTRADISPLAY_none: | 942 case EXTRADISPLAY_none: |
944 text[5] = TXT2BYTE_ExtraNone; | 943 text[5] = TXT2BYTE_ExtraNone; |
945 break; | 944 break; |
946 #ifdef ENABLE_BIGFONT_VX | 945 |
947 case EXTRADISPLAY_BIGFONT2: | |
948 text[5] = TXT2BYTE_ExtraBigFontV2; | |
949 break; | |
950 #endif | |
951 default: | 946 default: |
952 snprintf(&text[4],2,"%u",settingsGetPointer()->extraDisplay); | 947 snprintf(&text[4],2,"%u",settingsGetPointer()->extraDisplay); |
953 break; | 948 break; |
954 } | 949 } |
955 text[6] = 0; | 950 text[6] = 0; |