mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Update faction selection page when inverting map
Reported by Kerbo on discord
This commit is contained in:
parent
63898ead87
commit
baac660f1d
@ -251,6 +251,7 @@ class TheaterConfiguration(QtWidgets.QWizardPage):
|
|||||||
red = self.faction_selection.redFactionSelect.currentIndex()
|
red = self.faction_selection.redFactionSelect.currentIndex()
|
||||||
self.faction_selection.blueFactionSelect.setCurrentIndex(red)
|
self.faction_selection.blueFactionSelect.setCurrentIndex(red)
|
||||||
self.faction_selection.redFactionSelect.setCurrentIndex(blue)
|
self.faction_selection.redFactionSelect.setCurrentIndex(blue)
|
||||||
|
self.faction_selection.updateUnitRecap()
|
||||||
|
|
||||||
|
|
||||||
class QCampaignItem(QStandardItem):
|
class QCampaignItem(QStandardItem):
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user