mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 06:35:46 +01:00
Revert "Fix mouse-cursor when moving mouse over region handles"
This was not the correct fix for this (seeb24db7cbf5) This reverts commit866caab719.
This commit is contained in:
parent
2d13df9791
commit
f1e9a8027a
1 changed files with 0 additions and 6 deletions
|
|
@ -831,12 +831,6 @@ Editor::canvas_frame_handle_event (GdkEvent* event, ArdourCanvas::Item* item, Re
|
|||
|
||||
case GDK_LEAVE_NOTIFY:
|
||||
ret = leave_handler (item, event, type);
|
||||
/* Moving the mouse from a RegionView's frame-handle towards the
|
||||
* center of a region does not trigger another ::enter_handler
|
||||
* handler (the mouse was already over the region.
|
||||
* So maually reset the cursor:
|
||||
*/
|
||||
choose_canvas_cursor_on_entry (RegionItem);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue