diff --git a/core/MenuManager.cpp b/core/MenuManager.cpp index 498f6f3e..6554465b 100644 --- a/core/MenuManager.cpp +++ b/core/MenuManager.cpp @@ -570,7 +570,7 @@ skip_search: /* If there are no control options, * Instead just pad with invisible slots. */ - if (!displayPrev && !displayPrev) + if (!displayNext && !displayPrev) { padItem.style = ITEMDRAW_NOTEXT; }