mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +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
|
void
|
||||||
RouteProcessorSelection::set (AxisView* r)
|
RouteProcessorSelection::set (AxisView* r)
|
||||||
{
|
{
|
||||||
|
PresentationInfo::ChangeSuspender cs;
|
||||||
clear_routes ();
|
clear_routes ();
|
||||||
add (r);
|
add (r);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue