summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-08-28 14:25:19 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-08-28 14:25:19 -0500
commit730656863465250e8ed9f277cd5dd1409e9e46ac (patch)
treeed6115b2a2eff93b22f28ae5ce4f44731218a07d /gtk2_ardour/route_time_axis.cc
parent61c11157c0a8eabfeb6b3f1d01372b88342770ce (diff)
More fixes to ArdourButton actions.
Optionally allow events to fallthrough to parents, in particular for the DnDVBox case. Also allow the number_label to operate as a track selector.
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index b31299a3ec..979ab6a0ef 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -110,6 +110,7 @@ RouteTimeAxisView::RouteTimeAxisView (PublicEditor& ed, Session* sess, ArdourCan
{
number_label.set_name("route button");
number_label.set_alignment(.5, .5);
+ number_label.set_fallthrough_to_parent (true);
sess->config.ParameterChanged.connect (*this, invalidator (*this), boost::bind (&RouteTimeAxisView::parameter_changed, this, _1), gui_context());
}