e bg - fix blurred non-edj wallpapers

This commit is contained in:
Carsten Haitzler 2020-04-24 12:21:18 +01:00
parent 785219f3c6
commit 5852c17c2e
1 changed files with 1 additions and 1 deletions

View File

@ -267,9 +267,9 @@ e_bg_zone_update(E_Zone *zone, E_Bg_Transition transition)
{
o = e_icon_add(e_comp->evas);
e_icon_preload_set(o, EINA_TRUE);
e_icon_file_key_set(o, bgfile, NULL);
e_icon_scale_size_set(o, 0);
e_icon_fill_inside_set(o, 0);
e_icon_file_key_set(o, bgfile, NULL);
}
else
{