Go back to time 0 when loading a new DCP into the player (#1152).
authorCarl Hetherington <cth@carlh.net>
Tue, 2 Jan 2018 18:45:02 +0000 (18:45 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 2 Jan 2018 18:45:02 +0000 (18:45 +0000)
ChangeLog
src/tools/dcpomatic_player.cc

index f99f1d3eb3ebfb24d5a24ee08c369965edcbeaea..29054b6f53b18eb83204c3124a2ce7d7e0c635c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2018-01-02  Carl Hetherington  <cth@carlh.net>
 
+       * Go back to zero when loading a new DCP into the player (#1152).
+
        * Fix generated ISDCF name with full-frame content (#1118).
 
        * Fix downloading of certificates on Windows (#1124).
index 850d1ed8a5778efb500bc612fe7d6cdc9c7b8834..1913a4b154fff5c7e743a5aa72c3799900900ab0 100644 (file)
@@ -162,6 +162,7 @@ public:
                }
 
                _viewer->set_film (_film);
+               _viewer->set_position (DCPTime ());
                _info->triggered_update ();
        }