[Summary] Region changes will make session dirty

This commit is contained in:
GZharun 2015-01-21 13:37:39 +02:00
parent bd693680e7
commit 7c27aa375e

View file

@ -1659,6 +1659,8 @@ Playlist::region_bounds_changed (const PropertyChange& what_changed, boost::shar
save = true;
}
mark_session_dirty ();
return save;
}