diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-28 01:46:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-28 23:13:04 +0200 |
| commit | 92a2ca96e61ed040737a395b232cf22e5f3234c1 (patch) | |
| tree | bfcaf4593d3f60af90c3085527d3ee96eadfc2d4 /src/wx/gl_video_view.h | |
| parent | dde11f4253e41ad7c41c2bd64b0497e1f82539f5 (diff) | |
Fix confusion between one-shot and playing causing surprising
seeks when things are updated.
Diffstat (limited to 'src/wx/gl_video_view.h')
| -rw-r--r-- | src/wx/gl_video_view.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/gl_video_view.h b/src/wx/gl_video_view.h index d9e03823b..b91078da0 100644 --- a/src/wx/gl_video_view.h +++ b/src/wx/gl_video_view.h @@ -51,8 +51,10 @@ public: } private: + void set_image_and_draw (); void draw (Position<int> inter_position, dcp::Size inter_size); void thread (); + void thread_playing (); void request_one_shot (); void create (); void check_for_butler_errors (); |
