mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
prevent double-emission of PresentationInfo::Change when making mixer-view selection set changes
This commit is contained in:
parent
7d08584415
commit
8c1e06a5e9
1 changed files with 1 additions and 0 deletions
|
|
@ -127,6 +127,7 @@ RouteProcessorSelection::remove (AxisView* r)
|
|||
void
|
||||
RouteProcessorSelection::set (AxisView* r)
|
||||
{
|
||||
PresentationInfo::ChangeSuspender cs;
|
||||
clear_routes ();
|
||||
add (r);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue