use new "covers" threshold to make automation lines more grabbable

This commit is contained in:
Paul Davis 2014-02-20 12:53:38 -05:00
parent e2f18ea658
commit 1044532270

View File

@ -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));