clear selection if add system to history
This commit is contained in:
@@ -412,6 +412,7 @@ public class PowerPlayController {
|
|||||||
if (!ModelFabric.isFake(starSystem)){
|
if (!ModelFabric.isFake(starSystem)){
|
||||||
if (!historySystems.getItems().contains(starSystem)) {
|
if (!historySystems.getItems().contains(starSystem)) {
|
||||||
historySystems.getItems().add(starSystem);
|
historySystems.getItems().add(starSystem);
|
||||||
|
historySystems.getSelectionModel().clearSelection();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user