mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Allow managing disbanded sites in CPs.
Fixes https://github.com/Khopa/dcs_liberation/issues/679 (cherry picked from commit 317a88238670fd8f38088f7f892742c22e96d077)
This commit is contained in:
parent
7bbb1c0822
commit
7bc7a44c72
@ -29,6 +29,7 @@
|
|||||||
* **[Mission Generator]** Empty navy groups will no longer be generated
|
* **[Mission Generator]** Empty navy groups will no longer be generated
|
||||||
* **[Flight Planner]** Fixed not being able to plan packages against opfor carriers
|
* **[Flight Planner]** Fixed not being able to plan packages against opfor carriers
|
||||||
* **[UI]** Repaired SAMs no longer show as dead.
|
* **[UI]** Repaired SAMs no longer show as dead.
|
||||||
|
* **[UI]** Fixed not being able to manage a disbanded site after disbanding and closing the base menu.
|
||||||
|
|
||||||
# 2.3.2
|
# 2.3.2
|
||||||
|
|
||||||
|
|||||||
@ -30,7 +30,7 @@ class QBaseInformation(QFrame):
|
|||||||
scroll_content.setLayout(task_box_layout)
|
scroll_content.setLayout(task_box_layout)
|
||||||
|
|
||||||
for g in self.cp.ground_objects:
|
for g in self.cp.ground_objects:
|
||||||
if g.airbase_group and len(g.groups) > 0:
|
if g.airbase_group:
|
||||||
group_info = QBaseDefenseGroupInfo(self.cp, g, self.game)
|
group_info = QBaseDefenseGroupInfo(self.cp, g, self.game)
|
||||||
task_box_layout.addWidget(group_info)
|
task_box_layout.addWidget(group_info)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user