diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-03-18 22:49:29 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-03-18 22:50:23 +0100 |
| commit | 8937b4096aef372dbde07c78d1af9d44b0b0d642 (patch) | |
| tree | a9d091dc2b42ec9a823f898cbd29858a0607c1a5 /src/wx/screens_panel.cc | |
| parent | 2ec526747aceb1055f6733342732ace7567f4fbc (diff) | |
Add an initialisation in the class.
Diffstat (limited to 'src/wx/screens_panel.cc')
| -rw-r--r-- | src/wx/screens_panel.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/wx/screens_panel.cc b/src/wx/screens_panel.cc index 4eadf5128..fc63d618d 100644 --- a/src/wx/screens_panel.cc +++ b/src/wx/screens_panel.cc @@ -48,7 +48,6 @@ using namespace dcpomatic; ScreensPanel::ScreensPanel (wxWindow* parent) : wxPanel (parent, wxID_ANY) - , _ignore_selection_change (false) { auto sizer = new wxBoxSizer (wxVERTICAL); |
