Make control point selection more consistent.
[ardour.git] / gtk2_ardour / selection.cc
index 784f646f39a651583ceb2eff43eef0c1d5200efd..822aca03847b52e628181f204e15d2234a30dc8a 100644 (file)
@@ -1113,7 +1113,7 @@ Selection::set (ControlPoint* cp)
        clear_time ();  //enforce region/object exclusivity
        clear_tracks();  //enforce object/track exclusivity
 
-       if (cp->get_selected()) {
+       if (cp->get_selected () && points.size () == 1) {
                return;
        }