diff --git a/gtk2_ardour/editor_canvas.cc b/gtk2_ardour/editor_canvas.cc index 4224a73e6e..5f1f3edb47 100644 --- a/gtk2_ardour/editor_canvas.cc +++ b/gtk2_ardour/editor_canvas.cc @@ -1290,6 +1290,10 @@ Editor::reset_canvas_cursor () Gdk::Cursor* cursor = which_mode_cursor (); + if (!cursor) { + cursor = which_grabber_cursor (); + } + if (cursor) { set_canvas_cursor (cursor); return true;