From 75df0a9c78cd845dda416bdb036c4c881c3f9a45 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 7 Sep 2014 02:32:29 +0200 Subject: [PATCH] no horiz canvas scroll over track-header automation fader --- gtk2_ardour/automation_time_axis.cc | 3 --- 1 file changed, 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 ();