diff --git a/libs/ardour/location.cc b/libs/ardour/location.cc index 9d7e7c3e57..c693e1f5d5 100644 --- a/libs/ardour/location.cc +++ b/libs/ardour/location.cc @@ -761,6 +761,7 @@ Location::set_scene_change (boost::shared_ptr sc) { if (_scene_change != sc) { _scene_change = sc; + _session.set_dirty (); scene_changed (); /* EMIT SIGNAL */ SceneChangeChanged (); /* EMIT SIGNAL */