fix note 0015900 on #5589 (cursor doesn't change when switching edit point

This commit is contained in:
Paul Davis 2014-10-13 15:19:07 -04:00
parent b945fa69ba
commit 4d0f30f5a8

View 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;