13
0

Deselect other control points on normal selection.

git-svn-id: svn://localhost/ardour2/branches/3.0@12323 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-05-17 14:03:10 +00:00
parent 2258952197
commit b17c8d5826

View File

@ -1025,6 +1025,7 @@ Selection::set (ControlPoint* cp)
cp->line().nth (i)->set_selected (false);
}
clear_points ();
add (cp);
}