fix canvas enter/leave bug when point is over a group/ignore-event item and we fail to send a leave event to the previous item

This commit is contained in:
Paul Davis
2014-02-25 16:08:36 -05:00
parent f9a3e7f8bb
commit 0cbf8f7dea

View File

@@ -351,6 +351,7 @@ GtkCanvas::pick_current_item (Duple const & point, int state)
if (within_items.empty()) {
/* no items at point, just send leave event below */
_new_current_item = 0;
} else {