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:
parent
7239f1d00a
commit
9e27a867dd
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user