* evas: Fix bug in evas_objects_in_rectangle_get.
authorcedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 26 Nov 2009 14:56:46 +0000 (14:56 +0000)
committercedric <cedric@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Thu, 26 Nov 2009 14:56:46 +0000 (14:56 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@43999 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/canvas/evas_object_main.c

index a70b268..ef6e712 100644 (file)
@@ -1612,7 +1612,7 @@ evas_objects_in_rectangle_get(const Evas *e, Evas_Coord x, Evas_Coord y, Evas_Co
      {
        Evas_Object *obj;
 
-       EINA_INLIST_REVERSE_FOREACH(get_layer_objects_last(lay), obj)
+       EINA_INLIST_FOREACH(get_layer_objects_last(lay), obj)
          {
             if (obj->delete_me) continue;
             if ((!include_pass_events_objects) && (evas_event_passes_through(obj))) continue;