Mercurial > public > ostc4
diff Discovery/Src/tMenuEdit.c @ 531:1721b26335f1
Bugfix custom view selection dialog:
Because of missing events / menu states and not resetting the subpage index while switching between cv and bf selection, some display errors occure.
author | Ideenmodellierer |
---|---|
date | Tue, 15 Sep 2020 20:57:04 +0200 |
parents | e221cf762f45 |
children | 531e7818b737 |
line wrap: on
line diff
--- a/Discovery/Src/tMenuEdit.c Tue Sep 15 20:54:54 2020 +0200 +++ b/Discovery/Src/tMenuEdit.c Tue Sep 15 20:57:04 2020 +0200 @@ -222,13 +222,13 @@ break; case (StMCustom1_CViewTimeout & MaskFieldDigit):refreshFct = refresh_Customviews; break; - case (StMCustom3_CViewSelection1 & MaskFieldDigit) : + case (StMCustom4_CViewSelection1 & MaskFieldDigit): + 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; + case StMCustom3_CViewSelection6: refreshFct = CustomviewDivemode_refresh; break; default: /* no menu has been updated */ break;