summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.cc
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2015-06-19 03:39:51 +1000
committernick_m <mainsbridge@gmail.com>2015-06-19 03:39:51 +1000
commit1768e9817e9da630c0fc5110a121e969ea47c639 (patch)
tree2e7dd4e419a60ca00be30d6b8531275c489e8e19 /gtk2_ardour/editor_drag.cc
parentdcd3e3823c608a8c9aae352b9f03b222ba449f19 (diff)
Fix another LineDrag click crash.
Diffstat (limited to 'gtk2_ardour/editor_drag.cc')
-rw-r--r--gtk2_ardour/editor_drag.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_drag.cc b/gtk2_ardour/editor_drag.cc
index 1a5803d49b..305e72e2aa 100644
--- a/gtk2_ardour/editor_drag.cc
+++ b/gtk2_ardour/editor_drag.cc
@@ -4260,8 +4260,6 @@ LineDrag::finished (GdkEvent* event, bool movement_occured)
AutomationTimeAxisView* atv;
- _line->end_drag (false, 0);
-
if ((atv = dynamic_cast<AutomationTimeAxisView*>(_editor->clicked_axisview)) != 0) {
framepos_t where = _editor->window_event_sample (event, 0, 0);
atv->add_automation_event (event, where, event->button.y, false);