tasks: reset layer then unset layer block.

This fixes a horrible thing.
This commit is contained in:
Alastair Poole 2021-03-05 13:01:57 +00:00
parent 4e053d8611
commit 4051c18a40
1 changed files with 1 additions and 1 deletions

View File

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