13
0

Update canvas cursor on pop.

This commit is contained in:
David Robillard 2014-12-23 13:36:25 -05:00
parent aa80515f3f
commit e00c579fb2

View File

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