Ensure Next arrow is reset to visible.
This commit is contained in:
parent
b97cfb0356
commit
b72810310c
|
@ -86,6 +86,7 @@ void initStatsDisplay(void)
|
||||||
|
|
||||||
next = getWidget("next", "stats");
|
next = getWidget("next", "stats");
|
||||||
next->action = nextPage;
|
next->action = nextPage;
|
||||||
|
next->visible = 1;
|
||||||
|
|
||||||
calculatePercentComplete();
|
calculatePercentComplete();
|
||||||
|
|
||||||
|
|
|
@ -98,6 +98,7 @@ void initTrophiesDisplay(void)
|
||||||
|
|
||||||
next = getWidget("next", "trophies");
|
next = getWidget("next", "trophies");
|
||||||
next->action = nextPage;
|
next->action = nextPage;
|
||||||
|
next->visible = 1;
|
||||||
|
|
||||||
sparkleAngle = 0;
|
sparkleAngle = 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue