projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
408dbec
)
clip efm icon event rect
author
Mike Blumenkrantz
<m.blumenkran@samsung.com>
Mon, 14 Oct 2013 05:11:17 +0000
(06:11 +0100)
committer
Mike Blumenkrantz
<m.blumenkran@samsung.com>
Mon, 14 Oct 2013 05:11:17 +0000
(06:11 +0100)
this should fix all the weird fileselector behavior that people were getting
src/bin/e_fm.c
patch
|
blob
|
history
diff --git
a/src/bin/e_fm.c
b/src/bin/e_fm.c
index 1cb03ac6c9282dab1dccb1c6e71a1c3ccf38d4ef..cf7529b3b22969dc5d0f3fc5c223ecd8092fd8c6 100644
(file)
--- a/
src/bin/e_fm.c
+++ b/
src/bin/e_fm.c
@@
-4856,6
+4856,7
@@
_e_fm2_icon_realize(E_Fm2_Icon *ic)
evas_object_stack_above(ic->rect, ic->obj);
_e_fm2_icon_label_set(ic, ic->obj);
evas_object_clip_set(ic->obj, ic->sd->clip);
+ evas_object_clip_set(ic->rect, ic->sd->clip);
evas_object_move(ic->obj,
ic->sd->x + ic->x - ic->sd->pos.x,
ic->sd->y + ic->y - ic->sd->pos.y);