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>
Sat, 2 Apr 2022 20:24:03 +0000 (22:24 +0200)
commit421adbf55beb48634566d6c357046878fdde0f8e
tree28cfb8bb4104e2c5fa44f668d4758437f93b5605
parent1ee60e96938a53125f35b65a69f5019131285fe9
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