comp win geometry updates with updates pending now queue another render job

This commit is contained in:
Mike Blumenkrantz 2013-04-18 12:56:46 +01:00
parent 9aa32ad327
commit f9a45e14ec
1 changed files with 1 additions and 0 deletions

View File

@ -472,6 +472,7 @@ _e_comp_win_geometry_update(E_Comp_Win *cw)
if (cw->update)
{
cw->geom_update = 1;
_e_comp_win_render_queue(cw);
return;
}
if (cw->bd)