mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
use new "covers" threshold to make automation lines more grabbable
This commit is contained in:
parent
e2f18ea658
commit
1044532270
1 changed files with 1 additions and 0 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue