summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-04-06 12:13:38 +0000
committerCarl Hetherington <carl@carlh.net>2010-04-06 12:13:38 +0000
commit3a7487d3fa6887c846bc02d2764e376f7f209a03 (patch)
tree9a117da8331280094774d64867d099f8bcd93e7f
parent3ff2396b4acf00dc8a092de5c5d5c2a8465efdad (diff)
Resort routes after processors change. Ensures that, e.g. things work after adding sends to tracks. Fixes #2794.
git-svn-id: svn://localhost/ardour2/branches/3.0@6862 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--libs/ardour/session_transport.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc
index a7f347da5c..e5b580e2ab 100644
--- a/libs/ardour/session_transport.cc
+++ b/libs/ardour/session_transport.cc
@@ -1414,6 +1414,7 @@ Session::route_processors_changed (RouteProcessorChange c)
}
update_latency_compensation (false, false);
+ resort_routes ();
}
void