Archived
0

clear selection if add system to history

This commit is contained in:
iMoHax
2016-12-15 11:49:38 +03:00
parent e89c5c7f3d
commit 5f0648b4d6

View File

@@ -412,6 +412,7 @@ public class PowerPlayController {
if (!ModelFabric.isFake(starSystem)){
if (!historySystems.getItems().contains(starSystem)) {
historySystems.getItems().add(starSystem);
historySystems.getSelectionModel().clearSelection();
}
}
}