Ensure Next arrow is reset to visible.

This commit is contained in:
Steve 2016-04-27 12:54:24 +01:00
parent b97cfb0356
commit b72810310c
2 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,7 @@ void initStatsDisplay(void)
next = getWidget("next", "stats");
next->action = nextPage;
next->visible = 1;
calculatePercentComplete();

View File

@ -98,6 +98,7 @@ void initTrophiesDisplay(void)
next = getWidget("next", "trophies");
next->action = nextPage;
next->visible = 1;
sparkleAngle = 0;
}