summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_strip.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/mixer_strip.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/mixer_strip.cc')
-rw-r--r--gtk2_ardour/mixer_strip.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/mixer_strip.cc b/gtk2_ardour/mixer_strip.cc
index 17d59b8bf5..f6f07009c9 100644
--- a/gtk2_ardour/mixer_strip.cc
+++ b/gtk2_ardour/mixer_strip.cc
@@ -284,6 +284,7 @@ MixerStrip::init ()
number_label.set_name ("tracknumber label");
number_label.set_fixed_colors (0x80808080, 0x80808080);
number_label.set_alignment (.5, .5);
+ number_label.set_fallthrough_to_parent (true);
global_vpacker.set_spacing (2);
if (!ARDOUR::Profile->get_trx()) {