projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1205217
)
genlist: fix clip set api calls in genlist when clipees are less than 2
91/135391/1
author
SangHyeon Lee
<sh10233.lee@samsung.com>
Thu, 22 Jun 2017 06:43:35 +0000
(15:43 +0900)
committer
SangHyeon Lee
<sh10233.lee@samsung.com>
Thu, 22 Jun 2017 07:07:16 +0000
(07:07 +0000)
Change-Id: If3183bf9437523f2bb0c4eaeb6c23dd43c70fb68
Signed-off-by: SangHyeon Lee <sh10233.lee@samsung.com>
src/mobile_lib/elm_genlist.c
patch
|
blob
|
history
diff --git
a/src/mobile_lib/elm_genlist.c
b/src/mobile_lib/elm_genlist.c
index 9c7f5fe831381e0e9f85b4ef1574c43138634408..e1b29ffc7ac36ae7d73cf9c78013bd56aaa03a55 100644
(file)
--- a/
src/mobile_lib/elm_genlist.c
+++ b/
src/mobile_lib/elm_genlist.c
@@
-1858,7
+1858,7
@@
_item_realize(Elm_Gen_Item *it,
{
sd->clipee = evas_object_rectangle_add(evas_object_evas_get(WIDGET(it)));
evas_object_color_set(sd->clipee, 0, 0, 0, 0);
- evas_object_clip_set(
clip, sd->clipee
);
+ evas_object_clip_set(
sd->clipee, clip
);
}
if (!it->item->proxy)
{