summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-08-29 21:10:20 +0200
committerRobin Gareus <robin@gareus.org>2014-08-29 21:10:20 +0200
commit65287a6f09cc4c76c047e58bcd5d69e622f048b1 (patch)
tree70a312da34d6ae13b9f3363571939328386fd61f /gtk2_ardour/route_time_axis.cc
parent78b9f65632d725dd35436a4ad1bc26b9eeecc32e (diff)
mark "Label Buttons" as inactive
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 095ea46b91..3a52ed637c 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -109,6 +109,7 @@ RouteTimeAxisView::RouteTimeAxisView (PublicEditor& ed, Session* sess, ArdourCan
, _ignore_set_layer_display (false)
{
number_label.set_name("route button");
+ number_label.set_elements((ArdourButton::Element)(ArdourButton::Edge|ArdourButton::Body|ArdourButton::Text|ArdourButton::Inactive));
number_label.set_alignment(.5, .5);
number_label.set_fallthrough_to_parent (true);