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
1 changed files with 1 additions and 0 deletions

View File

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