From 43be246a6aaa50ab003772110ebe0337e190595f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 21 Apr 2011 15:53:53 +0000 Subject: Make changes to route processors set the session dirty (part of #3997). git-svn-id: svn://localhost/ardour2/branches/3.0@9401 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_transport.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs') diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc index ac384c4876..ac29509f08 100644 --- a/libs/ardour/session_transport.cc +++ b/libs/ardour/session_transport.cc @@ -1469,6 +1469,8 @@ Session::route_processors_changed (RouteProcessorChange c) update_latency_compensation (); resort_routes (); + + set_dirty (); } void -- cgit v1.2.3