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:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user