summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-01 00:41:28 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-01 00:41:28 +0000
commite39a8fc9681a35b95e6d0f9b4e1a9b31d932f262 (patch)
treefd79bbefd926c6d5080ed25b3a9b9d462af1b6c9 /gtk2_ardour/route_time_axis.h
parent6624f9be372ffd664f762e3bcba91005de5659b3 (diff)
Make faders visually desensitised when their tracks are in automation-play.
git-svn-id: svn://localhost/ardour2/branches/3.0@12518 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index 3cfd8c8774..f18d3361e0 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -296,6 +296,7 @@ protected:
GainMeterBase gm;
static Glib::RefPtr<Gdk::Pixbuf> slider;
+ static Glib::RefPtr<Gdk::Pixbuf> slider_desensitised;
XMLNode* underlay_xml_node;
bool set_underlay_state();