projects
/
framework
/
uifw
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f4ae67
)
[elm_genlist.c] fix group item moving in select all mode
author
Seunggyun Kim
<sgyun.kim@samsung.com>
Mon, 24 Jan 2011 11:36:37 +0000
(20:36 +0900)
committer
Seunggyun Kim
<sgyun.kim@samsung.com>
Mon, 24 Jan 2011 11:36:37 +0000
(20:36 +0900)
src/lib/elm_genlist.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_genlist.c
b/src/lib/elm_genlist.c
index
5f523e1
..
bfd4aa0
100644
(file)
--- 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)
{