Mercurial > public > ostc4
diff Discovery/Src/tMenu.c @ 788:4abfb8a2a435
Define explicit setpoints for low / high / deco. Add an option to delay the switch to SPlow until all decompression has been cleared. (mikeller)
author | heinrichsweikamp |
---|---|
date | Tue, 04 Jul 2023 14:39:06 +0200 |
parents | 6169309d6eb9 |
children | 4c41d9a18c7f |
line wrap: on
line diff
--- a/Discovery/Src/tMenu.c Sun Jun 04 21:59:26 2023 +0200 +++ b/Discovery/Src/tMenu.c Tue Jul 04 14:39:06 2023 +0200 @@ -557,7 +557,7 @@ id = tMCG_refresh(0, text, &tabPosition, subtext); tM_build_page(id, text, tabPosition, subtext); - id = tMSP_refresh(0, text, &tabPosition, subtext); + id = tMSP_refresh(text, &tabPosition, subtext); tM_build_page(id, text, tabPosition, subtext); id = tMXtra_refresh(0, text, &tabPosition, subtext); @@ -675,7 +675,7 @@ update_content_with_new_frame(page, text, tabPosition, subtext); break; case StMSP: - tMSP_refresh(0, text, &tabPosition, subtext); + tMSP_refresh(text, &tabPosition, subtext); update_content_with_new_frame(page, text, tabPosition, subtext); break; default: @@ -710,7 +710,7 @@ update_content_with_new_frame(page, text, tabPosition, subtext); break; case StMSP: - tMSP_refresh(0, text, &tabPosition, subtext); + tMSP_refresh(text, &tabPosition, subtext); update_content_with_new_frame(page, text, tabPosition, subtext); break; case StMXTRA: