prevent double-emission of PresentationInfo::Change when making mixer-view selection...
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 25 Feb 2017 18:54:58 +0000 (19:54 +0100)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 25 Feb 2017 18:55:39 +0000 (19:55 +0100)
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);
 }