Spies deselect when moved on map (#11767)

This commit is contained in:
Oskar Niesen 2024-06-19 09:14:04 -05:00 committed by GitHub
parent 9f4d0ace49
commit 27020fb796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -642,6 +642,7 @@ class WorldMapHolder(
removeUnitActionOverlay()
selectedTile = null
worldScreen.shouldUpdate = true
worldScreen.bottomUnitTable.selectSpy(null)
}
spyActionButton.keyShortcuts.add(KeyCharAndCode.TAB)
spyActionButton.keyShortcuts.add(KeyCharAndCode.RETURN)