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>
Thu, 16 Oct 2014 14:37:34 +0000 (10:37 -0400)
gtk2_ardour/editor_canvas.cc

index 4224a73e6eb7ced442a6ba7039bfef24fee27fc0..5f1f3edb47bd69818d6255578ce11ebafe611917 100644 (file)
@@ -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;