diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-11-06 21:04:14 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-11-06 21:04:14 +0000 |
| commit | d3aea06b37049ec0a10dbd926be4da731f9d59c9 (patch) | |
| tree | de6302830c499c9df6b2b696014ae7db42edb1a5 /src | |
| parent | a2811baa540d6c02f8b2ba50c61f040afc9f164d (diff) | |
Sort cinemas in screens panel (#726).
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/screens_panel.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wx/screens_panel.cc b/src/wx/screens_panel.cc index 2130600e4..5bdfe6c6c 100644 --- a/src/wx/screens_panel.cc +++ b/src/wx/screens_panel.cc @@ -146,6 +146,8 @@ ScreensPanel::add_cinema (shared_ptr<Cinema> c) for (list<shared_ptr<Screen> >::iterator i = sc.begin(); i != sc.end(); ++i) { add_screen (c, *i); } + + _targets->SortChildren (_root); } void |
