evas: fix event grabber child stacking

broken in 0516cdc0f9

@fix
This commit is contained in:
Mike Blumenkrantz 2017-08-31 16:13:01 -04:00
parent 5a9df96d9c
commit 610f514176
1 changed files with 1 additions and 0 deletions

View File

@ -122,6 +122,7 @@ _child_insert(Efl_Object_Event_Grabber_Data *pd, Evas_Object_Protected_Data *obj
break;
}
}
if (found) break;
}
if (found)