From 104453227054d24c5ca1832d19f04388a5bd9534 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Thu, 20 Feb 2014 12:53:38 -0500 Subject: use new "covers" threshold to make automation lines more grabbable --- gtk2_ardour/automation_line.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour') 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)); -- cgit v1.2.3