add an example script to show/hide TAVs
[ardour.git] / gtk2_ardour / route_processor_selection.cc
index 6b7592efd4357a545bc9f9a7f362f92af135777d..ab512d3bb1e1d92ea17450ef51adc698cbb90af7 100644 (file)
@@ -115,6 +115,7 @@ void
 RouteProcessorSelection::remove (AxisView* r)
 {
        ENSURE_GUI_THREAD (*this, &RouteProcessorSelection::remove, r);
+       PresentationInfo::ChangeSuspender cs;
 
        AxisViewSelection::iterator i;
        if ((i = find (axes.begin(), axes.end(), r)) != axes.end()) {