mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
fix copy-n-paste error
This commit is contained in:
parent
0596032b36
commit
2ed08f0771
1 changed files with 1 additions and 1 deletions
|
|
@ -3851,7 +3851,7 @@ Session::remove_routes (boost::shared_ptr<RouteList> routes_to_remove)
|
|||
}
|
||||
|
||||
PropertyChange pc;
|
||||
pc.add (Properties::selected);
|
||||
pc.add (Properties::order);
|
||||
PresentationInfo::Change (pc);
|
||||
|
||||
/* save the new state of the world */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue