summaryrefslogtreecommitdiff
path: root/gtk2_ardour/selection.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-05-17 14:03:10 +0000
committerCarl Hetherington <carl@carlh.net>2012-05-17 14:03:10 +0000
commitb17c8d58265230007e3c955bb8d9f9ca26668f7d (patch)
tree26e733da8de7392e427a439dace50ec0d04e6c31 /gtk2_ardour/selection.cc
parent22589521978185073a5910576673605d3f4cc1b8 (diff)
Deselect other control points on normal selection.
git-svn-id: svn://localhost/ardour2/branches/3.0@12323 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/selection.cc')
-rw-r--r--gtk2_ardour/selection.cc1
1 files changed, 1 insertions, 0 deletions
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);
}