fix note 0015900 on #5589 (cursor doesn't change when switching edit point
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 13 Oct 2014 19:19:07 +0000 (15:19 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 13 Oct 2014 19:19:07 +0000 (15:19 -0400)
gtk2_ardour/editor_canvas.cc

index 3d763cbe568cdc7be7ddf85fcce6b9aee3d0abf3..074d72f4cd077548262b2c29733dcc089c19f676 100644 (file)
@@ -1211,6 +1211,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;