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:
parent
be9c5e8675
commit
82e07a9bf0
@ -585,6 +585,7 @@ skip_search:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Put a fake spacer before control stuff, if possible */
|
/* Put a fake spacer before control stuff, if possible */
|
||||||
|
if ((displayPrev || displayNext) || exitButton)
|
||||||
{
|
{
|
||||||
ItemDrawInfo draw("", ITEMDRAW_RAWLINE|ITEMDRAW_SPACER);
|
ItemDrawInfo draw("", ITEMDRAW_RAWLINE|ITEMDRAW_SPACER);
|
||||||
display->DrawItem(draw);
|
display->DrawItem(draw);
|
||||||
|
Loading…
Reference in New Issue
Block a user