mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix GroundObject Menu
- fixed incorrect Buy button enable / disable - update the game after repair
This commit is contained in:
@@ -238,7 +238,7 @@ class QGroundObjectMenu(QDialog):
|
||||
logging.info("Removed destroyed units " + str(d))
|
||||
logging.info(f"Repaired unit: {unit.unit_name}")
|
||||
|
||||
self.do_refresh_layout()
|
||||
self.update_game()
|
||||
|
||||
def rotate_tgo(self, heading: Heading) -> None:
|
||||
self.ground_object.rotate(heading)
|
||||
|
||||
Reference in New Issue
Block a user