From baac660f1da8b66abb25b4de7fae8126395fee62 Mon Sep 17 00:00:00 2001 From: Raffson Date: Sat, 15 Jul 2023 16:32:13 +0200 Subject: [PATCH] Update faction selection page when inverting map Reported by Kerbo on discord --- qt_ui/windows/newgame/WizardPages/QTheaterConfiguration.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qt_ui/windows/newgame/WizardPages/QTheaterConfiguration.py b/qt_ui/windows/newgame/WizardPages/QTheaterConfiguration.py index db031fa2..8ebd2d6e 100644 --- a/qt_ui/windows/newgame/WizardPages/QTheaterConfiguration.py +++ b/qt_ui/windows/newgame/WizardPages/QTheaterConfiguration.py @@ -251,6 +251,7 @@ class TheaterConfiguration(QtWidgets.QWizardPage): red = self.faction_selection.redFactionSelect.currentIndex() self.faction_selection.blueFactionSelect.setCurrentIndex(red) self.faction_selection.redFactionSelect.setCurrentIndex(blue) + self.faction_selection.updateUnitRecap() class QCampaignItem(QStandardItem):