From 6ad0216c01fc5b83c2c0798c00a9ac2476dfdf95 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 5 Aug 2015 15:57:40 +0100 Subject: [PATCH] Put tree control open icons into the KDM cinema/screen list on Windows. --- src/wx/kdm_dialog.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"); -- 2.30.2