menus are no longer enrolled in the same school as mexican jumping beans

This commit is contained in:
Mike Blumenkrantz 2013-04-25 09:20:22 +01:00
parent 53d8c89791
commit f2fe52a074
1 changed files with 2 additions and 2 deletions

View File

@ -2655,8 +2655,8 @@ _e_menu_item_ensure_onscreen(E_Menu_Item *mi)
if (!mi->menu) return;
if (!mi->menu->zone) return;
x = mi->x + mi->menu->cur.x;
y = mi->y + mi->menu->cur.y;
x = mi->x;
y = mi->y;
w = mi->w;
h = mi->h;
if ((x + w) > (mi->menu->zone->x + mi->menu->zone->w))