netstar pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=4051c18a40906230453c3e7aaafd03e5710b7942

commit 4051c18a40906230453c3e7aaafd03e5710b7942
Author: Alastair Poole <nets...@gmail.com>
Date:   Fri Mar 5 13:01:57 2021 +0000

    tasks: reset layer then unset layer block.
    
    This fixes a horrible thing.
---
 src/modules/tasks/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/tasks/e_mod_main.c b/src/modules/tasks/e_mod_main.c
index 843662105..24cd9ee40 100644
--- a/src/modules/tasks/e_mod_main.c
+++ b/src/modules/tasks/e_mod_main.c
@@ -339,8 +339,8 @@ _tasks_cb_iconify_end_cb(void *data, Evas_Object *obj 
EINA_UNUSED, const char *s
 
    if (ec)
      {
-        ec->layer_block = 0;
         evas_object_layer_set(ec->frame, ec->layer);
+        ec->layer_block = 0;
         if (ec->iconic) evas_object_hide(ec->frame);
      }
    item->iconifying = 0;

-- 


Reply via email to