rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=91e57948fcba80a5ce80e7fb85dc94b20ea2b703

commit 91e57948fcba80a5ce80e7fb85dc94b20ea2b703
Author: Andrii Kroitor <an.kroi...@samsung.com>
Date:   Wed Mar 16 14:42:53 2016 +0200

    popup: fix gengrid thumb style
---
 src/bin/ui/popup.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ui/popup.c b/src/bin/ui/popup.c
index 6224564..4cf846b 100644
--- a/src/bin/ui/popup.c
+++ b/src/bin/ui/popup.c
@@ -553,8 +553,8 @@ _grid_content_get(void *data,
    if (!strcmp(part, "elm.swallow.icon"))
      {
         image_obj = elm_thumb_add(grid);
+        elm_object_style_set(image_obj, "noframe");
         elm_thumb_file_set(image_obj, it->source, NULL);
-        elm_thumb_reload(image_obj);
         evas_object_show(image_obj);
      }
    else if (!strcmp(part, "elm.swallow.end"))

-- 


Reply via email to