From 3a7487d3fa6887c846bc02d2764e376f7f209a03 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 6 Apr 2010 12:13:38 +0000 Subject: 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 --- libs/ardour/session_transport.cc | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3