diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-05 18:18:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-05 18:18:32 +0100 |
| commit | edab06d1ccc37662c5f0c75efada11771f69a435 (patch) | |
| tree | 6af13e1433a09ef6934ff66797c8c9533b299e59 | |
| parent | 7ff262bc7a3e5ac16feab2fe7a0afbbe14c33896 (diff) | |
Expand cinema when adding a screen in the KDM window.
| -rw-r--r-- | src/wx/kdm_dialog.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/kdm_dialog.cc b/src/wx/kdm_dialog.cc index 958fb63ab..8d629b662 100644 --- a/src/wx/kdm_dialog.cc +++ b/src/wx/kdm_dialog.cc @@ -305,6 +305,7 @@ KDMDialog::add_screen (shared_ptr<Cinema> c, shared_ptr<Screen> s) } _screens[_targets->AppendItem (i->first, std_to_wx (s->name))] = s; + _targets->Expand (i->first); } void |
