diff --git a/core/src/com/unciv/ui/mapeditor/LoadMapScreen.kt b/core/src/com/unciv/ui/mapeditor/LoadMapScreen.kt index e5b99dc8a5..f01442637b 100644 --- a/core/src/com/unciv/ui/mapeditor/LoadMapScreen.kt +++ b/core/src/com/unciv/ui/mapeditor/LoadMapScreen.kt @@ -94,6 +94,8 @@ class LoadMapScreen(previousMap: TileMap?) : PickerScreen() { for (map in MapSaver.getMaps()) { val loadMapButton = TextButton(map.name(), skin) loadMapButton.onClick { + for (cell in mapsTable.cells) cell.actor.color = Color.WHITE + loadMapButton.color = Color.BLUE rightSideButton.enable() chosenMap = map deleteButton.enable()