genlist no longer randomly selects items (or scrolls to them after selecting)

this item focus thing is a giant bug nightmare and needed to be developed/tested much more thoroughly in a branch before being committed to master.
This commit is contained in:
zmike 2014-03-30 23:19:00 -04:00
parent 1f792b4545
commit de67ce137d
1 changed files with 1 additions and 1 deletions

View File

@ -2919,7 +2919,7 @@ _elm_genlist_smart_on_focus(Eo *obj, void *_pd EINA_UNUSED, va_list *list)
it = sd->last_focused_item;
else if (sd->last_selected_item)
it = sd->last_selected_item;
else
else if (sd->selected)
{
it = elm_genlist_first_item_get(obj);
is_sel = EINA_TRUE;