Mercurial > public > ostc4
diff Discovery/Src/tMenuEdit.c @ 521:e221cf762f45
Move Bigfont and motion Ctrl selection menu out of custom view submenu:
Due to lag of space the two options were placed within the custom view sub menu. After introduction of new visualization tab the option may be accessed directly
author | Ideenmodellierer |
---|---|
date | Thu, 10 Sep 2020 20:47:48 +0200 |
parents | 970d8040c0e3 |
children | 1721b26335f1 |
line wrap: on
line diff
--- a/Discovery/Src/tMenuEdit.c Tue Sep 08 21:24:14 2020 +0200 +++ b/Discovery/Src/tMenuEdit.c Thu Sep 10 20:47:48 2020 +0200 @@ -222,12 +222,12 @@ break; case (StMCustom1_CViewTimeout & MaskFieldDigit):refreshFct = refresh_Customviews; break; - case (StMCustom2_CViewSelection1 & MaskFieldDigit) : - case StMCustom2_CViewSelection2: - case StMCustom2_CViewSelection3: - case StMCustom2_CViewSelection4: - case StMCustom2_CViewSelection5: - case StMCustom2_CViewSelection6: + case (StMCustom3_CViewSelection1 & MaskFieldDigit) : + case StMCustom3_CViewSelection2: + case StMCustom3_CViewSelection3: + case StMCustom3_CViewSelection4: + case StMCustom3_CViewSelection5: + case StMCustom3_CViewSelection6: case (StMCustom2_BFSelection & MaskFieldDigit) : refreshFct = CustomviewDivemode_refresh; break; default: /* no menu has been updated */