mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
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:
parent
47efeb9f21
commit
becf857f48
11 changed files with 504 additions and 494 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue