summaryrefslogtreecommitdiff
path: root/src/wx/timing_panel.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-08-12 22:03:11 +0200
committerCarl Hetherington <cth@carlh.net>2021-08-12 23:18:53 +0200
commit19e47294d1de485a12dccf2c25bec0c8144049e8 (patch)
tree6dfdfc46bf6fbf4514e0ec303d094dc03992a16f /src/wx/timing_panel.h
parent423996af81218d48dbeaccef52ff822e02c43128 (diff)
Fix flickering black square when selecting content on Windows (#1866).
Diffstat (limited to 'src/wx/timing_panel.h')
-rw-r--r--src/wx/timing_panel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/timing_panel.h b/src/wx/timing_panel.h
index 251acc9b5..1702d93a9 100644
--- a/src/wx/timing_panel.h
+++ b/src/wx/timing_panel.h
@@ -29,6 +29,7 @@ class TimingPanel : public ContentSubPanel
public:
TimingPanel (ContentPanel *, std::weak_ptr<FilmViewer> viewer);
+ void create () override;
void film_changed (Film::Property);
void film_content_changed (int);
void content_selection_changed ();