slight stakcing chnage redraw problem - didnt queue a redraw if stacking

changed (ie raise or lower)


SVN revision: 3288
This commit is contained in:
Carsten Haitzler 2000-08-31 23:30:54 +00:00
parent afe928e120
commit 738f9d5fea
1 changed files with 4 additions and 2 deletions

View File

@ -181,10 +181,12 @@ evas_render(Evas e)
(o->current.w != o->previous.w) ||
(o->current.h != o->previous.h) ||
(o->current.zoomscale != o->previous.zoomscale) ||
(o->current.layer != o->previous.layer)))
(o->current.layer != o->previous.layer) ||
(o->current.stacking)))
)
real_change = 1;
if (o->current.visible)
o->current.stacking = 0;
if ((!real_change) && (o->current.visible))
{
switch (o->type)
{