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:
Carl Hetherington 2010-01-03 00:08:58 +00:00
parent c88716665a
commit 0f79f67398
9 changed files with 67 additions and 91 deletions

View file

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