Use a vector<pair<...>> to store screens and cinemas instead of a map.
authorCarl Hetherington <cth@carlh.net>
Fri, 11 Mar 2022 22:34:00 +0000 (23:34 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 17 Mar 2022 21:20:31 +0000 (22:20 +0100)
commitf1f30972e5d1dee08a607a05b6d782540c11595e
tree51d183d98d7e31063c3ffd07f6a036383a175de6
parent76de93fb16f8f2bb08fa2cde106a621169b973ee
Use a vector<pair<...>> to store screens and cinemas instead of a map.

In this way, ordering will be preserved (part of #2208).
src/wx/screens_panel.cc
src/wx/screens_panel.h