diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-08-12 22:03:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-08-12 23:18:53 +0200 |
| commit | 19e47294d1de485a12dccf2c25bec0c8144049e8 (patch) | |
| tree | 6dfdfc46bf6fbf4514e0ec303d094dc03992a16f /src/wx/content_sub_panel.h | |
| parent | 423996af81218d48dbeaccef52ff822e02c43128 (diff) | |
Fix flickering black square when selecting content on Windows (#1866).
Diffstat (limited to 'src/wx/content_sub_panel.h')
| -rw-r--r-- | src/wx/content_sub_panel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/content_sub_panel.h b/src/wx/content_sub_panel.h index 2a7bc4f75..3f8317bf9 100644 --- a/src/wx/content_sub_panel.h +++ b/src/wx/content_sub_panel.h @@ -37,6 +37,8 @@ class ContentSubPanel : public wxScrolledWindow public: ContentSubPanel (ContentPanel *, wxString); + virtual void create () = 0; + virtual void film_changed (Film::Property) {} /** Called when a given property of one of the selected Contents changes */ virtual void film_content_changed (int) = 0; |
