fix last commit

SVN revision: 47987
This commit is contained in:
Hannes Janetzek 2010-04-13 18:25:03 +00:00
parent 52746b6160
commit 6c6c4378dd
1 changed files with 1 additions and 1 deletions

View File

@ -698,7 +698,7 @@ _pan_item_select(Evas_Object *obj, Item *it, int scroll)
align = 0;
align_to = cur;
}
else if ((all >= rows) && (all - cur < rows))
else if ((all >= rows) && (all - cur <= rows - dist))
{
/* step up end */
align = (cur - dist);