summaryrefslogtreecommitdiff
path: root/libs/ardour/session_transport.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-04-21 15:53:53 +0000
committerCarl Hetherington <carl@carlh.net>2011-04-21 15:53:53 +0000
commit43be246a6aaa50ab003772110ebe0337e190595f (patch)
tree8d407c95a06c3c72470df16be4b9e299c7455874 /libs/ardour/session_transport.cc
parenteaa916f480b589881b0731e1a4b2421c8c2a97c1 (diff)
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
Diffstat (limited to 'libs/ardour/session_transport.cc')
-rw-r--r--libs/ardour/session_transport.cc2
1 files changed, 2 insertions, 0 deletions
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