Fix failure to update player information when changing CPLs.
authorCarl Hetherington <cth@carlh.net>
Sat, 17 Oct 2020 20:25:40 +0000 (22:25 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 17 Oct 2020 20:25:40 +0000 (22:25 +0200)
src/tools/dcpomatic_player.cc

index a73fa4d304da174cfd7fc049c4f6c771ac826cfb..9b88ee2c3663297af31c94b0a5be4a17bf4d8c37 100644 (file)
@@ -785,6 +785,7 @@ private:
 
                dcp->set_cpl ((*i)->id());
                dcp->examine (_film, shared_ptr<Job>());
+               _info->triggered_update ();
        }
 
        void view_full_screen ()