fixed a visual spacer being added to radio menus when no control options existed

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40803
This commit is contained in:
David Anderson 2007-05-15 02:23:12 +00:00
parent be9c5e8675
commit 82e07a9bf0

View File

@ -585,6 +585,7 @@ skip_search:
}
/* Put a fake spacer before control stuff, if possible */
if ((displayPrev || displayNext) || exitButton)
{
ItemDrawInfo draw("", ITEMDRAW_RAWLINE|ITEMDRAW_SPACER);
display->DrawItem(draw);