swaroop: set controls to 'stopped' when a playlist finishes.
authorCarl Hetherington <cth@carlh.net>
Mon, 1 Jul 2019 13:44:39 +0000 (14:44 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 1 Jul 2019 13:44:39 +0000 (14:44 +0100)
src/wx/swaroop_controls.cc

index 2be5aae236e463edba072563dffd10aecb98900f..99b1fd0647531ae89c570f9e62c9338b354b2cf9 100644 (file)
@@ -586,6 +586,7 @@ SwaroopControls::viewer_finished ()
                _selected_playlist_position = 0;
                _viewer->set_background_image (true);
                ResetFilm (shared_ptr<Film>(new Film(optional<boost::filesystem::path>())));
+               stopped ();
        }
 
        decrement_allowed_shows ();