diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-06-21 11:57:56 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-07-10 23:13:14 +0200 |
| commit | bed96db6eb73bd86ca06894c3acba010e5ed2635 (patch) | |
| tree | b9d69326426b1722d3635e8b9d9a1e7db46d41f4 /src/wx/playlist_controls.h | |
| parent | 9db2168dcc14a803dcd9da047ddd70e2142d82e2 (diff) | |
Respect playlist's requested player crop.
Diffstat (limited to 'src/wx/playlist_controls.h')
| -rw-r--r-- | src/wx/playlist_controls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/playlist_controls.h b/src/wx/playlist_controls.h index 76ec63824..d3f9c038e 100644 --- a/src/wx/playlist_controls.h +++ b/src/wx/playlist_controls.h @@ -35,7 +35,7 @@ public: when we have created one from a SPL. We could call a method in the player's DOMFrame but we don't have that in a header. */ - boost::signals2::signal<void (std::weak_ptr<Film>)> ResetFilm; + boost::signals2::signal<void (std::weak_ptr<Film>, boost::optional<float>)> ResetFilm; void play () override; void stop () override; |
