summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-09-17 12:08:21 +0000
committerCarl Hetherington <carl@carlh.net>2012-09-17 12:08:21 +0000
commit2373c48da627724b3ebf3021a3bda1b49b44078f (patch)
tree7aa09ebae70e543d59d17c98047add7cf3f80ae5 /gtk2_ardour/automation_line.cc
parent87017d581af48565a57e8aac29f90c17c278eab2 (diff)
Revert shade on playhead cursor (SVN 13048).
git-svn-id: svn://localhost/ardour2/branches/3.0@13192 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_line.cc')
-rw-r--r--gtk2_ardour/automation_line.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc
index 8691e1e2ab..6586aed966 100644
--- a/gtk2_ardour/automation_line.cc
+++ b/gtk2_ardour/automation_line.cc
@@ -93,7 +93,7 @@ AutomationLine::AutomationLine (const string& name, TimeAxisView& tv, ArdourCanv
group->property_y() = 0.0;
line = new ArdourCanvas::Line (*group);
- line->property_width_pixels() = (guint)3;
+ line->property_width_pixels() = (guint)1;
line->set_data ("line", this);
line->signal_event().connect (sigc::mem_fun (*this, &AutomationLine::event_handler));