Manually call selection_changed() after removing a screen (#2418).
authorCarl Hetherington <cth@carlh.net>
Sun, 15 Jan 2023 22:10:04 +0000 (23:10 +0100)
committerCarl Hetherington <cth@carlh.net>
Mon, 16 Jan 2023 12:46:04 +0000 (13:46 +0100)
commit9fe8b3599b3dc2fa554dd29d1788145f9237faa4
treecab2c5ae3286d5d4069311221ad323533de82cfc
parenta8c53b9b792a8740cbf856d784e7643623c4359c
Manually call selection_changed() after removing a screen (#2418).

This is called by the signal handler on Linux but not on Windows,
for some reason.
src/wx/screens_panel.cc