From 6c41cea76b32d87590f78416d34ceab0ddb34d51 Mon Sep 17 00:00:00 2001 From: Seunggyun Kim Date: Mon, 24 Jan 2011 20:36:37 +0900 Subject: [PATCH] [elm_genlist.c] fix group item moving in select all mode --- src/lib/elm_genlist.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/elm_genlist.c b/src/lib/elm_genlist.c index 5f523e1..bfd4aa0 100644 --- a/src/lib/elm_genlist.c +++ b/src/lib/elm_genlist.c @@ -2387,6 +2387,7 @@ _item_block_position(Item_Block *itb, if ((git->scrl_y + git->h) > (it->scrl_y + it->h)) git->scrl_y = (it->scrl_y + it->h) - git->h; git->want_realize = EINA_TRUE; + if(select_all_item) git->scrl_y = select_all_item->h; } if (it->wd->reorder_it && !it->wd->reorder_pan_move && it->old_scrl_y && it->old_scrl_y != it->scrl_y) { -- 2.7.4