summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_canvas.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-07-01 11:41:16 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2014-07-01 14:37:05 -0400
commite3a6ea02731f35f6011428df0374e44ff16ce616 (patch)
tree3fa1063e44aa0b4c090f7c55891a213394e8ceb7 /gtk2_ardour/editor_canvas.cc
parente5e12acc5698090f2c0c614385e457cc0b46fbb0 (diff)
give drop zone its own cursor-ability
Diffstat (limited to 'gtk2_ardour/editor_canvas.cc')
-rw-r--r--gtk2_ardour/editor_canvas.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_canvas.cc b/gtk2_ardour/editor_canvas.cc
index 9739f65dd1..77f0bf6b21 100644
--- a/gtk2_ardour/editor_canvas.cc
+++ b/gtk2_ardour/editor_canvas.cc
@@ -1325,6 +1325,7 @@ Editor::choose_canvas_cursor_on_entry (GdkEventCrossing* /*event*/, ItemType typ
case CdMarkerBarItem:
case VideoBarItem:
case TransportMarkerBarItem:
+ case DropZoneItem:
cursor = which_grabber_cursor();
break;