diff --git a/libs/ardour/playlist.cc b/libs/ardour/playlist.cc index dff0ffa5db..c10d2d8cf3 100644 --- a/libs/ardour/playlist.cc +++ b/libs/ardour/playlist.cc @@ -1656,6 +1656,7 @@ Playlist::region_changed (const PropertyChange& what_changed, boost::shared_ptr< our_interests.add (Properties::layer); our_interests.add (Properties::opaque); our_interests.add (Properties::contents); + our_interests.add (Properties::time_domain); bounds.add (Properties::start); bounds.add (Properties::length);