Elm: Fix tickets 1375 (Pictures appear with a bottom border in Gesture

Layer) and 1380(Top of picture is missing in gesture layer 3).



SVN revision: 75622
This commit is contained in:
Christopher Michael 2012-08-23 11:55:33 +00:00
parent 754c499fff
commit 8ee87f0688
2 changed files with 2 additions and 0 deletions

View File

@ -323,6 +323,7 @@ photo_object_add(Evas_Object *parent, Evas_Object *ic, const char *icon, Evas_Co
evas_object_repeat_events_set(po->hit, EINA_TRUE);
evas_object_color_set(po->hit, 0, 0, 0, 0);
evas_object_move(po->ic, 0, 0);
evas_object_resize(po->ic, po->bw, po->bh);
evas_object_show(po->ic);

View File

@ -507,6 +507,7 @@ photo_object_add(Evas_Object *parent, Evas_Object *ic, const char *icon,
evas_object_repeat_events_set(po->hit, EINA_TRUE);
evas_object_color_set(po->hit, 0, 0, 0, 0);
evas_object_move(po->ic, 0, 0);
evas_object_resize(po->ic, po->bw, po->bh);
evas_object_show(po->ic);