prevent double-emission of PresentationInfo::Change when making mixer-view selection...
[ardour.git] / gtk2_ardour / route_processor_selection.cc
index ab512d3bb1e1d92ea17450ef51adc698cbb90af7..836e63fcfee0885f92a27d8c8464771e0add046b 100644 (file)
@@ -127,6 +127,7 @@ RouteProcessorSelection::remove (AxisView* r)
 void
 RouteProcessorSelection::set (AxisView* r)
 {
+       PresentationInfo::ChangeSuspender cs;
        clear_routes ();
        add (r);
 }