prevent double-emission of PresentationInfo::Change when making mixer-view selection set changes

This commit is contained in:
Paul Davis 2017-02-25 19:54:58 +01:00
parent 7d08584415
commit 8c1e06a5e9

View File

@ -127,6 +127,7 @@ RouteProcessorSelection::remove (AxisView* r)
void void
RouteProcessorSelection::set (AxisView* r) RouteProcessorSelection::set (AxisView* r)
{ {
PresentationInfo::ChangeSuspender cs;
clear_routes (); clear_routes ();
add (r); add (r);
} }