fixed amb708 - render algorithm didn't draw descending pagination right
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401263
This commit is contained in:
parent
ea9933ed1a
commit
01c0942ad2
@ -637,7 +637,7 @@ skip_search:
|
|||||||
{
|
{
|
||||||
position = display->DrawItem(dr);
|
position = display->DrawItem(dr);
|
||||||
}
|
}
|
||||||
if ((position = display->DrawItem(dr)) != 0)
|
if (position != 0)
|
||||||
{
|
{
|
||||||
slots[position].item = drawItems[i].position;
|
slots[position].item = drawItems[i].position;
|
||||||
slots[position].type = ItemSel_Item;
|
slots[position].type = ItemSel_Item;
|
||||||
|
Loading…
Reference in New Issue
Block a user