oops - infinite loopies

SVN revision: 43486
This commit is contained in:
Carsten Haitzler 2009-11-06 10:30:24 +00:00
parent eb732b80e0
commit 9b56603875
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ _evas_event_havemap_adjust(Evas_Object *obj, Evas_Coord *x, Evas_Coord *y)
{
if ((pmap->cur.map) && (pmap->cur.map->count == 4) && (pmap->cur.usemap))
break;
pmap = obj->smart.parent;
pmap = pmap->smart.parent;
}
if (!pmap) return;
evas_map_coords_get(pmap->cur.map, *x, *y, x, y, obj->mouse_grabbed);