[elm_genlist.c] fix group item moving in select all mode
authorSeunggyun Kim <sgyun.kim@samsung.com>
Mon, 24 Jan 2011 11:36:37 +0000 (20:36 +0900)
committerSeunggyun Kim <sgyun.kim@samsung.com>
Mon, 24 Jan 2011 11:36:37 +0000 (20:36 +0900)
src/lib/elm_genlist.c

index 5f523e1..bfd4aa0 100644 (file)
@@ -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)
                          {