From 5852c17c2e437e18dac66e7fb06c5a9bdb08606d Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 24 Apr 2020 12:21:18 +0100 Subject: [PATCH] e bg - fix blurred non-edj wallpapers --- src/bin/e_bg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_bg.c b/src/bin/e_bg.c index e46bbd747..da9f7413a 100644 --- a/src/bin/e_bg.c +++ b/src/bin/e_bg.c @@ -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 {