diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-11-20 21:25:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-01-08 21:56:47 +0100 |
| commit | 4f7e9f125716a27ed9e2a8e30f067100cbee773a (patch) | |
| tree | 40238a1414cc4d96675cf8a27fe4e1ab328d5480 /src/wx/gl_video_view.h | |
| parent | 5ee3fcbd31065275faad4c06a7805dcbcb338812 (diff) | |
Fix display when there is no film.
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 22b6d8513..a9264f05d 100644 --- a/src/wx/gl_video_view.h +++ b/src/wx/gl_video_view.h @@ -53,6 +53,8 @@ private: void paint (); void draw (); void thread (); + void request_one_shot (); + void create (); wxGLCanvas* _canvas; wxGLContext* _context; |
