Update faction selection page when inverting map

Reported by Kerbo on discord
This commit is contained in:
Raffson 2023-07-15 16:32:13 +02:00
parent 63898ead87
commit baac660f1d
No known key found for this signature in database
GPG Key ID: B0402B2C9B764D99

View File

@ -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):