summaryrefslogtreecommitdiffstats
path: root/src/select-context.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-10-06 03:55:52 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-10-06 03:55:52 +0000
commit28b187deab4fba42e835c5445881bbb10cee1f1c (patch)
tree7fa2a81f7a520a2e5230eaf09ec6a16923c69d94 /src/select-context.cpp
parentFix for 570695 : show default|fallback autosave path (diff)
downloadinkscape-28b187deab4fba42e835c5445881bbb10cee1f1c.tar.gz
inkscape-28b187deab4fba42e835c5445881bbb10cee1f1c.zip
Fix for 587019 : Select and transform mouse cursor changes to normal cursor on object duplication
(bzr r11739)
Diffstat (limited to 'src/select-context.cpp')
-rw-r--r--src/select-context.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/select-context.cpp b/src/select-context.cpp
index 7fecc7167..bc096d528 100644
--- a/src/select-context.cpp
+++ b/src/select-context.cpp
@@ -1140,8 +1140,9 @@ sp_select_context_root_handler(SPEventContext *event_context, GdkEvent *event)
}
// set cursor to default.
if (!desktop->isWaitingCursor()) {
- GdkWindow* window = gtk_widget_get_window (GTK_WIDGET (sp_desktop_canvas(desktop)));
- gdk_window_set_cursor(window, event_context->cursor);
+ // Do we need to reset the cursor here on key release ?
+ //GdkWindow* window = gtk_widget_get_window (GTK_WIDGET (sp_desktop_canvas(desktop)));
+ //gdk_window_set_cursor(window, event_context->cursor);
}
break;
default: