From 5b536ba0948cc4862494cb0adc81797e50a2825f Mon Sep 17 00:00:00 2001 From: Kyle Sanderson Date: Mon, 2 Oct 2017 17:16:12 -0700 Subject: [PATCH] Remove spacers from MenuManager if we have control options. --- core/MenuManager.cpp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/core/MenuManager.cpp b/core/MenuManager.cpp index 6554465ba..9bb9c2a60 100644 --- a/core/MenuManager.cpp +++ b/core/MenuManager.cpp @@ -567,13 +567,8 @@ skip_search: ItemDrawInfo padItem(NULL, ITEMDRAW_SPACER); if (exitButton || (displayNext || displayPrev)) { - /* If there are no control options, - * Instead just pad with invisible slots. - */ - if (!displayNext && !displayPrev) - { - padItem.style = ITEMDRAW_NOTEXT; - } + padItem.style = ITEMDRAW_NOTEXT; + /* Add spacers so we can pad to the end */ for (unsigned int i=0; i