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 dcd2f98f7f
commit a562e35919

View file

@ -1290,6 +1290,10 @@ Editor::reset_canvas_cursor ()
Gdk::Cursor* cursor = which_mode_cursor (); Gdk::Cursor* cursor = which_mode_cursor ();
if (!cursor) {
cursor = which_grabber_cursor ();
}
if (cursor) { if (cursor) {
set_canvas_cursor (cursor); set_canvas_cursor (cursor);
return true; return true;