summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2005-12-02 19:18:26 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2005-12-02 19:18:26 +0000
commit3436df6eabaefa19b2572a2765e6d8ac08942c9d (patch)
treef2dd8e9108a6e5d3bcb9984e6c8ea05861a8ce10 /gtk2_ardour/automation_line.cc
parent7aee3d6fbf0fedc8c34def2461fc8064d2cc654c (diff)
the usual blob of fixes. note the requirement for ComboBoxText::set_active_text()
git-svn-id: svn://localhost/trunk/ardour2@160 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_line.cc')
-rw-r--r--gtk2_ardour/automation_line.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc
index dd3c14a23f..8be662b5e5 100644
--- a/gtk2_ardour/automation_line.cc
+++ b/gtk2_ardour/automation_line.cc
@@ -237,6 +237,7 @@ AutomationLine::AutomationLine (string name, TimeAxisView& tv, ArdourCanvas::Gro
line = new ArdourCanvas::Line (*group);
line->property_width_pixels() = (guint)1;
+ line->set_data ("line", this);
line->signal_event().connect (mem_fun (*this, &AutomationLine::event_handler));