SVN revision: 66698
This commit is contained in:
Carsten Haitzler 2011-12-30 15:17:13 +00:00
parent 6b961d4772
commit e3c2428b9b
1 changed files with 3 additions and 2 deletions

View File

@ -505,6 +505,7 @@ evas_event_feed_mouse_cancel(Evas *e, unsigned int timestamp, const void *data)
if ((e->pointer.button & (1 << i)))
evas_event_feed_mouse_up(e, i + 1, 0, timestamp, data);
}
// FIXME: multi cancel too?
_evas_unwalk(e);
}