mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix UI crash when unchecking default loadout.
This was throwing because it was being called with the wrong number of arguments, preventing the UI from actually updating back to the default.
This commit is contained in:
parent
d24c65c3aa
commit
157a59e3c4
@ -20,6 +20,7 @@ Saves from 2.4 are not compatible with 2.5.
|
||||
* **[Flight Planner]** Fixed error when planning BAI at SAMs with dead subgroups.
|
||||
* **[Flight Planner]** Mig-19 was not allowed for CAS roles fixed
|
||||
* **[Flight Planner]** Increased size of navigation planning area to avoid plannign failures with distant waypoints.
|
||||
* **[Flight Planner]** Fixed UI refresh when unchecking the "default loadout" box in the loadout editor.
|
||||
* **[Objective names]** Fixed typos in objective name : ARMADILLLO -> ARMADILLO (by SnappyComebacks)
|
||||
* **[Payloads]** F-86 Sabre was missing a custom payload
|
||||
* **[Payloads]** Added GAR-8 period restrictions (by Mustang-25)
|
||||
|
||||
@ -43,4 +43,4 @@ class QLoadoutEditor(QGroupBox):
|
||||
self.flight.use_custom_loadout = self.isChecked()
|
||||
if not self.isChecked():
|
||||
for i in self.findChildren(QPylonEditor):
|
||||
i.default_loadout(i.pylon.number)
|
||||
i.default_loadout()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user