Update canvas cursor on pop.
authorDavid Robillard <d@drobilla.net>
Tue, 23 Dec 2014 18:36:25 +0000 (13:36 -0500)
committerDavid Robillard <d@drobilla.net>
Tue, 23 Dec 2014 18:47:59 +0000 (13:47 -0500)
gtk2_ardour/editor_canvas.cc

index f24ecf771861c7803e8314f9e62988d672214c82..03637ec7f682d3375db97e37b683794d2467e3b4 100644 (file)
@@ -1030,6 +1030,7 @@ Editor::pop_canvas_cursor ()
                        /* Popped to an existing cursor, we're done.  Otherwise, the
                           context that created this cursor has been destroyed, so we need
                           to skip to the next down the stack. */
+                       set_canvas_cursor (_cursor_stack.back());
                        return;
                }
        }