diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/screens_panel.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wx/screens_panel.cc b/src/wx/screens_panel.cc index 925784caf..02ef2f62c 100644 --- a/src/wx/screens_panel.cc +++ b/src/wx/screens_panel.cc @@ -57,6 +57,8 @@ ScreensPanel::ScreensPanel (wxWindow* parent) auto targets = new wxBoxSizer (wxHORIZONTAL); _targets = new TreeListCtrl (this); _targets->AppendColumn (wxT("foo")); + _targets->SetSortColumn (0); + targets->Add (_targets, 1, wxEXPAND | wxRIGHT, DCPOMATIC_SIZER_GAP); add_cinemas (); @@ -140,8 +142,6 @@ ScreensPanel::add_cinema (shared_ptr<Cinema> cinema) add_screen (cinema, screen); } - _targets->SetSortColumn (0); - return id; } |
