summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-12-23 13:36:25 -0500
committerDavid Robillard <d@drobilla.net>2014-12-23 13:47:59 -0500
commite00c579fb2e99e993a0ab84ff00ba3109f6b5f20 (patch)
treebb056824eacc9a888ffd8655c04da3ef95d3eef9 /gtk2_ardour/editor_canvas.cc
parentaa80515f3fff3ffcbd16c90dbf55f579a6c20f8a (diff)
Update canvas cursor on pop.
Diffstat (limited to 'gtk2_ardour/editor_canvas.cc')
-rw-r--r--gtk2_ardour/editor_canvas.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_canvas.cc b/gtk2_ardour/editor_canvas.cc
index f24ecf7718..03637ec7f6 100644
--- a/gtk2_ardour/editor_canvas.cc
+++ b/gtk2_ardour/editor_canvas.cc
@@ -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;
}
}