summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-14 02:28:15 -0500
committerDavid Robillard <d@drobilla.net>2014-11-14 02:37:36 -0500
commit5d5d9cb9e262498dc0831dc362fbcb3f92bcdb9f (patch)
tree0d8c9409140382849049cfc76335c632ab0e2162 /gtk2_ardour/editor_mouse.cc
parentb630cc81bcecec8b478059e7273f9aa00e18aded (diff)
Fix various sticky/broken cursor issues.
This still isn't quite right, but it's a lot less broken than before, at least.
Diffstat (limited to 'gtk2_ardour/editor_mouse.cc')
-rw-r--r--gtk2_ardour/editor_mouse.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc
index c4e19b15a8..52486a1322 100644
--- a/gtk2_ardour/editor_mouse.cc
+++ b/gtk2_ardour/editor_mouse.cc
@@ -1813,6 +1813,8 @@ Editor::leave_handler (ArdourCanvas::Item* item, GdkEvent*, ItemType item_type)
bool is_start;
bool ret = true;
+ reset_canvas_cursor ();
+
switch (item_type) {
case ControlPointItem:
_verbose_cursor->hide ();