summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-09-07 02:32:29 +0200
committerRobin Gareus <robin@gareus.org>2014-09-07 20:23:49 +0200
commit75df0a9c78cd845dda416bdb036c4c881c3f9a45 (patch)
tree64a59e37ea4b59a344f60f63770e6101cfcbd6f8 /gtk2_ardour/automation_time_axis.cc
parentc450fd3861f3cf7de92cd4b6a73c58f8b5491569 (diff)
no horiz canvas scroll over track-header automation fader
Diffstat (limited to 'gtk2_ardour/automation_time_axis.cc')
-rw-r--r--gtk2_ardour/automation_time_axis.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/automation_time_axis.cc b/gtk2_ardour/automation_time_axis.cc
index 66b29ff0d4..8d97afc1b4 100644
--- a/gtk2_ardour/automation_time_axis.cc
+++ b/gtk2_ardour/automation_time_axis.cc
@@ -222,11 +222,8 @@ AutomationTimeAxisView::AutomationTimeAxisView (
hide_button.show ();
if (_controller) {
- /* add bar controller */
_controller.get()->set_tweaks (PixFader::Tweaks(_controller.get()->tweaks() | PixFader::NoVerticalScroll));
controls_table.attach (*_controller.get(), 2, 4, 0, 1, Gtk::FILL|Gtk::EXPAND, Gtk::FILL|Gtk::EXPAND, 1, 0);
- /* note that this handler connects *before* the default handler */
- _controller->event_widget().signal_scroll_event().connect (mem_fun (*this, &AutomationTimeAxisView::controls_ebox_scroll), false);
}
controls_table.show_all ();