diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-15 00:50:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-15 00:50:11 +0200 |
| commit | 3d435ad1455306fc4db9d03154e3e2dcd4ed08b8 (patch) | |
| tree | 017d6fa12c2b4a4661de9a2aeda24c8f2239f694 /src/wx/film_viewer.h | |
| parent | 5892c334c69b32901dab3c47124dfc7e72858f59 (diff) | |
Fix glitchy timeline slider if its update timer goes off while a seek is happening.
Diffstat (limited to 'src/wx/film_viewer.h')
| -rw-r--r-- | src/wx/film_viewer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/wx/film_viewer.h b/src/wx/film_viewer.h index c54ff6eb4..f7c31468b 100644 --- a/src/wx/film_viewer.h +++ b/src/wx/film_viewer.h @@ -134,6 +134,10 @@ public: } void finished (); + bool pending_idle_get () const { + return _idle_get; + } + boost::signals2::signal<void (boost::weak_ptr<PlayerVideo>)> ImageChanged; boost::signals2::signal<void (dcpomatic::DCPTime)> Started; boost::signals2::signal<void (dcpomatic::DCPTime)> Stopped; |
