Fixed regression caused by 8531833
where the gfx for the current active menu entry wasn't rendered in some cases.
This commit is contained in:
parent
85318335fb
commit
527ecb6ce3
@ -625,7 +625,7 @@ void menuLoop(void) {
|
||||
if (is_active)
|
||||
active_entry = me;
|
||||
|
||||
if (entry_draw_x < -(29 + 140 + 30))
|
||||
if (!is_active && entry_draw_x < -(29 + 140 + 30))
|
||||
continue;
|
||||
|
||||
drawEntry(me, entry_draw_x, is_active);
|
||||
|
Loading…
Reference in New Issue
Block a user