mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Update client slots UI on end turn.
Fixes https://github.com/Khopa/dcs_liberation/issues/222
This commit is contained in:
parent
8ac5dbe22a
commit
177b505cb7
@ -252,6 +252,8 @@ class AtoModel(QAbstractListModel):
|
|||||||
else:
|
else:
|
||||||
self.ato = AirTaskingOrder()
|
self.ato = AirTaskingOrder()
|
||||||
self.endResetModel()
|
self.endResetModel()
|
||||||
|
# noinspection PyUnresolvedReferences
|
||||||
|
self.client_slots_changed.emit()
|
||||||
|
|
||||||
def get_package_model(self, index: QModelIndex) -> PackageModel:
|
def get_package_model(self, index: QModelIndex) -> PackageModel:
|
||||||
"""Returns a model for the package at the given index."""
|
"""Returns a model for the package at the given index."""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user