summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2014-02-20 12:53:38 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2014-02-20 12:53:38 -0500
commit104453227054d24c5ca1832d19f04388a5bd9534 (patch)
treeac0c28f986bd680c608333f4bf9b980564d432d1 /gtk2_ardour
parente2f18ea658e82171697392b7bd8cfdd8cbbdedaa (diff)
use new "covers" threshold to make automation lines more grabbable
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/automation_line.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc
index 8a11f199af..5c5474346d 100644
--- a/gtk2_ardour/automation_line.cc
+++ b/gtk2_ardour/automation_line.cc
@@ -105,6 +105,7 @@ AutomationLine::AutomationLine (const string& name, TimeAxisView& tv, ArdourCanv
CANVAS_DEBUG_NAME (line, "region gain envelope line");
line->set_data ("line", this);
line->set_outline_width (2.0);
+ line->set_covers_threshold (4.0);
line->Event.connect (sigc::mem_fun (*this, &AutomationLine::event_handler));