fix ilist positional scrolling to actually show the item that is supposed to be shown

ticket #570


SVN revision: 72945
This commit is contained in:
Mike Blumenkrantz 2012-06-27 13:16:13 +00:00
parent f176dd42c2
commit 329a7b1d03
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ _queue_timer(void *data)
if (qi->use_relative)
e_scrollframe_child_pos_set(wd->o_scrollframe, x, y);
else
e_scrollframe_child_region_show(wd->o_scrollframe, x, y, w, h);
e_scrollframe_child_region_show(wd->o_scrollframe, x, y + h, w, h);
}
else if (qi->command == CMD_SELECT)
e_ilist_selected_set(wd->o_ilist, qi->item);