burn witch... BURN!

SVN revision: 18032
This commit is contained in:
Carsten Haitzler 2005-10-27 10:33:47 +00:00
parent 5650f1a234
commit 2264c5cc58
2 changed files with 3 additions and 0 deletions

View File

@ -155,6 +155,7 @@ evas_object_layer_set(Evas_Object *obj, int l)
obj->cur.layer = l;
evas_object_inject(obj, e);
obj->restack = 1;
evas_object_change(obj);
if (obj->clip.clipees)
{
evas_object_inform_call_restack(obj);

View File

@ -196,6 +196,7 @@ evas_object_stack_above(Evas_Object *obj, Evas_Object *above)
}
else
{
if (above->smart.parent) return;
if (obj->layer != above->layer)
{
return;
@ -272,6 +273,7 @@ evas_object_stack_below(Evas_Object *obj, Evas_Object *below)
}
else
{
if (below->smart.parent) return;
if (obj->layer != below->layer)
{
return;