mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Some cleanups to drawing of automation line control points. Drag all selected automation points if one selected point is dragged.
git-svn-id: svn://localhost/ardour2/branches/3.0@6437 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c88716665a
commit
0f79f67398
9 changed files with 67 additions and 91 deletions
|
|
@ -816,8 +816,9 @@ AutomationTimeAxisView::get_inverted_selectables (Selection& sel, list<Selectabl
|
|||
void
|
||||
AutomationTimeAxisView::set_selected_points (PointSelection& points)
|
||||
{
|
||||
if (_line)
|
||||
if (_line) {
|
||||
_line->set_selected_points (points);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue