From: Carl Hetherington Date: Wed, 26 Aug 2020 09:55:56 +0000 (+0200) Subject: Content changes should mark the film dirty (#1810). X-Git-Tag: v2.15.99~1 X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=ffb5e31b6a35a09f40afef45b787aa8bb345071d Content changes should mark the film dirty (#1810). --- diff --git a/src/lib/film.cc b/src/lib/film.cc index cf7d04933..867944689 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -1377,6 +1377,8 @@ Film::playlist_content_change (ChangeType type, weak_ptr c, int p, bool } else { ContentChange (type, c, p, frequent); } + + _dirty = true; } void @@ -1394,6 +1396,8 @@ Film::playlist_change (ChangeType type) if (type == CHANGE_TYPE_DONE) { check_settings_consistency (); } + + _dirty = true; } /** Check for (and if necessary fix) impossible settings combinations, like