Emit a single change when changing track selection in the mixer.
[ardour.git] / gtk2_ardour / route_processor_selection.cc
index ac334b4b871daa978e6d375c716458524651a9e2..1b9ab2a2dc24ecbaa4fa28e55060d3b97a1e41cc 100644 (file)
@@ -170,6 +170,7 @@ RouteProcessorSelection::set (AxisView* r)
        if (!shp.session()) {
                return;
        }
+       PresentationInfo::ChangeSuspender cs;
        shp.session()->selection().clear_stripables ();
        add (r, true);
 }