diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | src/wx/screens_panel.cc | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2015-11-06 Carl Hetherington <cth@carlh.net> + + * Sort cinemas in KDM dialog and standalone creator (#726). + 2015-11-06 c.hetherington <cth@carlh.net> * Updated ru_RU translation from Igor Voytovich. 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 |
