raster pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=5852c17c2e437e18dac66e7fb06c5a9bdb08606d

commit 5852c17c2e437e18dac66e7fb06c5a9bdb08606d
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Apr 24 12:21:18 2020 +0100

    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
      {

-- 


Reply via email to