[Summary] Region changes will make session dirty

This commit is contained in:
GZharun
2015-01-21 13:37:39 +02:00
committed by Paul Davis
parent 43f45ed0b0
commit c4f6faa424

View File

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