mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Generate CAP on whole map, for 2 hours. Added China.
This commit is contained in:
@@ -25,7 +25,7 @@ class QMapGroundObject(QGraphicsRectItem):
|
||||
tooltip = ""
|
||||
for unit in units.keys():
|
||||
tooltip = tooltip + str(unit) + "x" + str(units[unit]) + "\n"
|
||||
self.setToolTip(tooltip + str(model.groups[0].id) + str(model.groups[0].name))
|
||||
self.setToolTip(tooltip[:-1])
|
||||
else:
|
||||
self.setToolTip(cp.name + "'s " + self.model.category)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user