summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_line.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-04-17 10:56:04 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-04-17 10:56:04 -0400
commitb9c94f6dbf7c2385d295be9109f99664c84e28ff (patch)
treee524ca205d9d54ee706dd78016120ca440619d9b /gtk2_ardour/automation_line.cc
parentd1a05240efc9816b4358cdeab458a54048abf9be (diff)
remove all calls to Outline::set_outline_width (1) because this is "wrong" when using Cairo - the default is 0.5 and it can remain that way
Diffstat (limited to 'gtk2_ardour/automation_line.cc')
-rw-r--r--gtk2_ardour/automation_line.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc
index fa26177093..0b894d1647 100644
--- a/gtk2_ardour/automation_line.cc
+++ b/gtk2_ardour/automation_line.cc
@@ -92,7 +92,6 @@ AutomationLine::AutomationLine (const string& name, TimeAxisView& tv, ArdourCanv
group = new ArdourCanvas::Group (&parent);
line = new ArdourCanvas::Curve (group);
- line->set_outline_width (1);
line->set_data ("line", this);
line->Event.connect (sigc::mem_fun (*this, &AutomationLine::event_handler));