Fix typo in menu manager drawing no spacer (#581)

The "Back" slot was hidden even if the page had a "Next" button. Draw
the spacer correctly!
This commit is contained in:
peace-maker 2017-02-04 06:16:27 -07:00 committed by Nicholas Hastings
parent 7239f1d00a
commit 9e27a867dd

View File

@ -570,7 +570,7 @@ skip_search:
/* If there are no control options, /* If there are no control options,
* Instead just pad with invisible slots. * Instead just pad with invisible slots.
*/ */
if (!displayPrev && !displayPrev) if (!displayNext && !displayPrev)
{ {
padItem.style = ITEMDRAW_NOTEXT; padItem.style = ITEMDRAW_NOTEXT;
} }