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 08:16:27 -05:00
committed by Nicholas Hastings
parent 7239f1d00a
commit 9e27a867dd
+1 -1
View File
@@ -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;
}