From: Carl Hetherington Date: Wed, 5 Aug 2015 14:57:40 +0000 (+0100) Subject: Put tree control open icons into the KDM cinema/screen list X-Git-Tag: v2.1.33~4 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=6ad0216c01fc5b83c2c0798c00a9ac2476dfdf95;p=dcpomatic.git Put tree control open icons into the KDM cinema/screen list on Windows. --- diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc index 3dd1c2029..958fb63ab 100644 --- a/src/wx/kdm_dialog.cc +++ b/src/wx/kdm_dialog.cc @@ -62,7 +62,7 @@ KDMDialog::KDMDialog (wxWindow* parent, boost::shared_ptr film) vertical->Add (h, 0, wxALIGN_CENTER_VERTICAL); wxBoxSizer* targets = new wxBoxSizer (wxHORIZONTAL); - _targets = new wxTreeCtrl (this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTR_HIDE_ROOT | wxTR_MULTIPLE | wxTR_HAS_BUTTONS); + _targets = new wxTreeCtrl (this, wxID_ANY, wxDefaultPosition, wxDefaultSize, wxTR_HIDE_ROOT | wxTR_MULTIPLE | wxTR_HAS_BUTTONS | wxTR_LINES_AT_ROOT); targets->Add (_targets, 1, wxEXPAND | wxTOP | wxRIGHT, DCPOMATIC_SIZER_GAP); _root = _targets->AddRoot ("Foo");