mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Clicking an automation track line without a move adds a point on the line.
This commit is contained in:
parent
e0a076d2b6
commit
d45a25e4a8
1 changed files with 1 additions and 1 deletions
|
|
@ -694,7 +694,7 @@ Editor::canvas_line_event (GdkEvent *event, ArdourCanvas::Item* item, Automation
|
||||||
} else {
|
} else {
|
||||||
type = AutomationLineItem;
|
type = AutomationLineItem;
|
||||||
}
|
}
|
||||||
|
clicked_axisview = &al->trackview;
|
||||||
return typed_event (item, event, type);
|
return typed_event (item, event, type);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue