summaryrefslogtreecommitdiff
path: root/gtk2_ardour/patch_change.cc
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-01-06 22:00:54 -0500
committerDavid Robillard <d@drobilla.net>2015-01-06 22:00:54 -0500
commit82c5349e6178de2b682346709c9c75b3171cca8e (patch)
treeb3a8bb6d55fb85f4f6e95b183e6959140e32824a /gtk2_ardour/patch_change.cc
parent17dfebf611aa31f4d20572991eef536aeecadb2d (diff)
Fix drag of patch changes.
Diffstat (limited to 'gtk2_ardour/patch_change.cc')
-rw-r--r--gtk2_ardour/patch_change.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/patch_change.cc b/gtk2_ardour/patch_change.cc
index ebad5518cf..bde5b4bf25 100644
--- a/gtk2_ardour/patch_change.cc
+++ b/gtk2_ardour/patch_change.cc
@@ -164,7 +164,7 @@ PatchChange::event_handler (GdkEvent* ev)
switch (ev->type) {
case GDK_BUTTON_PRESS:
- if (e->current_mouse_mode() == Editing::MouseObject) {
+ if (e->current_mouse_mode() == Editing::MouseContent) {
if (Gtkmm2ext::Keyboard::is_delete_event (&ev->button)) {