resize comp bg_blank_object on zone update

various things hook this to check when the compositor is resized
This commit is contained in:
Mike Blumenkrantz 2017-07-21 16:20:04 -04:00
parent b57cfe8476
commit 4029124cf5
1 changed files with 1 additions and 0 deletions

View File

@ -636,6 +636,7 @@ e_comp_canvas_update(void)
}
e_comp_canvas_zone_update(zone);
}
evas_object_resize(e_comp->bg_blank_object, e_comp->w, e_comp->h);
}
E_API void