From b17c8d58265230007e3c955bb8d9f9ca26668f7d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 17 May 2012 14:03:10 +0000 Subject: Deselect other control points on normal selection. git-svn-id: svn://localhost/ardour2/branches/3.0@12323 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/selection.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/selection.cc') diff --git a/gtk2_ardour/selection.cc b/gtk2_ardour/selection.cc index 8a6f04a6f7..724618e540 100644 --- a/gtk2_ardour/selection.cc +++ b/gtk2_ardour/selection.cc @@ -1025,6 +1025,7 @@ Selection::set (ControlPoint* cp) cp->line().nth (i)->set_selected (false); } + clear_points (); add (cp); } -- cgit v1.2.3