re-swallow bg_object after wallpaper transition has completed

fixes eventing/stacking on bg object
This commit is contained in:
Mike Blumenkrantz 2015-11-25 12:36:36 -05:00
parent 28a40d359f
commit 626a4944e6
1 changed files with 1 additions and 0 deletions

View File

@ -501,6 +501,7 @@ _e_bg_signal(void *data, Evas_Object *obj __UNUSED__, const char *emission __UNU
E_FREE_FUNC(zone->prev_bg_object, evas_object_del);
E_FREE_FUNC(zone->transition_object, evas_object_del);
e_comp_canvas_zone_update(zone);
evas_object_move(zone->bg_object, zone->x, zone->y);
evas_object_resize(zone->bg_object, zone->w, zone->h);
evas_object_layer_set(zone->bg_object, E_LAYER_BG);