diff Discovery/Src/tMenuEdit.c @ 604:fb5bb04ad914

Merged menu items of viewport and motion control: viewport and motion control are depending on each other and were listed at the to level of custom view tab. Because motion control is just a one line item it has been moved into the viewport page. As result there is one free line for future custom view options available again.
author Ideenmodellierer
date Wed, 06 Jan 2021 21:01:00 +0100
parents 830de438e0b0
children 1b995079c045
line wrap: on
line diff
--- a/Discovery/Src/tMenuEdit.c	Wed Jan 06 19:41:43 2021 +0100
+++ b/Discovery/Src/tMenuEdit.c	Wed Jan 06 21:01:00 2021 +0100
@@ -232,9 +232,9 @@
 	 	 case StMCustom3_CViewSelection5:
 	 	 case StMCustom3_CViewSelection6: refreshFct = CustomviewDivemode_refresh;
 	 	 	 break;
-	 	 case (StMCustom6_CViewPortCalib& MaskFieldDigit):
-	 	 case StMCustom6_CViewPortLayout:
-	 	 case StMCustom6_CViewPortAmbient: refreshFct = refresh_ViewPort;
+	 	 case (StMCustom5_CViewPortCalib & MaskFieldDigit):
+	 	 case StMCustom5_CViewPortLayout:
+	 	 case StMCustom5_CViewPortAmbient: refreshFct = refresh_ViewPort;
 	 		 break;
 	 	 default:	 /* no menu has been updated */
 	 		 break;