fix note 0015900 on #5589 (cursor doesn't change when switching edit point
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user