a whole slew of changes related to centralizing and rationalizing cursor management.

Debugging output left in place to help address the reports that will come in as people test this more
This commit is contained in:
Paul Davis 2014-06-18 10:24:59 -04:00
parent 47efeb9f21
commit becf857f48
11 changed files with 504 additions and 494 deletions

View file

@ -487,7 +487,6 @@ GtkCanvas::deliver_enter_leave (Duple const & point, int state)
enter_detail = GDK_NOTIFY_INFERIOR;
leave_detail = GDK_NOTIFY_ANCESTOR;
} else if (_new_current_item->is_descendant_of (*_current_item)) {
/* move from ancestor to descendant (X: "_new_current_item is
* an inferior ("child") of _current_item")