probably fix menu clicks which I broke a couple commits ago...

This commit is contained in:
Mike Blumenkrantz 2013-10-03 13:32:48 +01:00
parent c3bae7cb39
commit 0e5d2c0ccf
1 changed files with 2 additions and 0 deletions

View File

@ -2978,6 +2978,8 @@ _e_menu_cb_mouse_up(void *data __UNUSED__, int type __UNUSED__, void *event)
m->zone->x + m->cur.x + m->cur.w,
m->zone->y + m->cur.y + m->cur.h))
ret = _e_menu_active_call();
else
ret = -1;
}
_e_menu_activate_maybe_drag = 0;
_e_menu_activate_dragging = 0;