diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-07-01 14:44:39 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-07-01 14:44:39 +0100 |
| commit | 63c1bbc1ba177600523b2257223070cc2dbde7b7 (patch) | |
| tree | aff878389f154023c502c1acebcc8353a170c4d5 | |
| parent | 5728b8095b9522626d61b1c684a9492f759e2870 (diff) | |
swaroop: set controls to 'stopped' when a playlist finishes.
| -rw-r--r-- | src/wx/swaroop_controls.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/swaroop_controls.cc b/src/wx/swaroop_controls.cc index 2be5aae23..99b1fd064 100644 --- a/src/wx/swaroop_controls.cc +++ b/src/wx/swaroop_controls.cc @@ -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 (); |
