e_icon - switch from edj/std icon to custom img file properly

@fix
This commit is contained in:
Carsten Haitzler 2022-01-05 11:50:33 +00:00
parent 0f17a85674
commit e2e1b1956d
1 changed files with 1 additions and 0 deletions

View File

@ -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;