From e2e1b1956d9a2fb25224d4c5cc44a1ae70409c86 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 5 Jan 2022 11:50:33 +0000 Subject: [PATCH] e_icon - switch from edj/std icon to custom img file properly @fix --- src/bin/e_icon.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_icon.c b/src/bin/e_icon.c index 150e8b22c..da930034a 100644 --- a/src/bin/e_icon.c +++ b/src/bin/e_icon.c @@ -174,6 +174,7 @@ e_icon_file_set(Evas_Object *obj, const char *file) if ((sd->url) && (!strcmp(sd->url, file))) return; /* smart code here */ + sd->edje = EINA_FALSE; _e_icon_obj_prepare(obj, sd); /* FIXME: 64x64 - unhappy about this. use icon size */ sd->loading = 0;