comparison Discovery/Src/tMenu.c @ 851:9f487ad38170 Evo_2_23

Added line checks for System Menu: In the previous version the Timer options were always active even if the view was disabled. It is now disabled (grey) in case the view is disabled.
author Ideenmodellierer
date Thu, 07 Mar 2024 21:42:23 +0100
parents bc2fcd002fc4
children af035b883382
comparison
equal deleted inserted replaced
850:bc2fcd002fc4 851:9f487ad38170
940 940
941 static void checkLineStatus() 941 static void checkLineStatus()
942 { 942 {
943 switch(get_globalState()) 943 switch(get_globalState())
944 { 944 {
945 case StMSYS: tMSystem_checkLineStatus();
946 break;
945 case StMXTRA: tMXtra_checkLineStatus(); 947 case StMXTRA: tMXtra_checkLineStatus();
946 break; 948 break;
947 default: 949 default:
948 break; 950 break;
949 } 951 }