X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Froute_processor_selection.cc;fp=gtk2_ardour%2Froute_processor_selection.cc;h=836e63fcfee0885f92a27d8c8464771e0add046b;hb=8c1e06a5e909e56cc8712d3c18f12a584d52f027;hp=ab512d3bb1e1d92ea17450ef51adc698cbb90af7;hpb=7d08584415332adf672f7619f0d3970e572017be;p=ardour.git diff --git a/gtk2_ardour/route_processor_selection.cc b/gtk2_ardour/route_processor_selection.cc index ab512d3bb1..836e63fcfe 100644 --- a/gtk2_ardour/route_processor_selection.cc +++ b/gtk2_ardour/route_processor_selection.cc @@ -127,6 +127,7 @@ RouteProcessorSelection::remove (AxisView* r) void RouteProcessorSelection::set (AxisView* r) { + PresentationInfo::ChangeSuspender cs; clear_routes (); add (r); }