fix scrolling behaviour in track headers (event was stolen by rulers because event...
[ardour.git] / gtk2_ardour / time_axis_view.cc
index a05b144e562d97cbff8941cf186c6ee86ac4e460..31b25164ac2a38db83212c21fc290506ce81afb1 100644 (file)
@@ -324,7 +324,7 @@ TimeAxisView::controls_ebox_scroll (GdkEventScroll* ev)
           In the not too distant future this layout is going away anyway and
           headers will be on the canvas.
        */
-       return _editor.canvas_scroll_event (ev);
+       return _editor.canvas_scroll_event (ev, false);
 }
 
 bool