From 8c1e06a5e909e56cc8712d3c18f12a584d52f027 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 25 Feb 2017 19:54:58 +0100 Subject: prevent double-emission of PresentationInfo::Change when making mixer-view selection set changes --- gtk2_ardour/route_processor_selection.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk2_ardour/route_processor_selection.cc') 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); } -- cgit v1.2.3