Fixed factions descriptions not being updated after auto-selection of factions.

This commit is contained in:
Khopa 2021-01-23 00:33:07 +01:00
parent c09861d1ca
commit f10f580f1c

View File

@ -213,6 +213,7 @@ class FactionSelection(QtWidgets.QWizardPage):
if r == campaign.recommended_player_faction:
self.blueFactionSelect.setCurrentIndex(i)
self.updateUnitRecap()
def updateUnitRecap(self):