jose patch! :)

SVN revision: 16866
This commit is contained in:
Carsten Haitzler 2005-09-23 14:41:10 +00:00
parent f580e56532
commit ee83131e83
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ evas_object_move(Evas_Object *obj, Evas_Coord x, Evas_Coord y)
if (obj->layer->evas->events_frozen <= 0)
{
pass = evas_event_passes_through(obj);
if (pass)
if (!pass)
was = evas_object_is_in_output_rect(obj,
obj->layer->evas->pointer.x,
obj->layer->evas->pointer.y, 1, 1);