reset zone edge objects after comp canvas update

fix T5969
This commit is contained in:
Mike Blumenkrantz 2017-09-01 13:54:54 -04:00
parent 06dbb255c8
commit 0bbff0664a
1 changed files with 2 additions and 0 deletions

View File

@ -635,6 +635,8 @@ e_comp_canvas_update(void)
}
}
e_comp_canvas_zone_update(zone);
if (!starting)
e_bindings_edge_reset();
}
evas_object_resize(e_comp->bg_blank_object, e_comp->w, e_comp->h);
}