|
@ -270,7 +270,7 @@ public class TransactionController implements Initializable { |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
if(initialView != null) { |
|
|
if(initialView != null) { |
|
|
setTreeSelection(initialView, initialIndex); |
|
|
Platform.runLater(() -> setTreeSelection(initialView, initialIndex)); |
|
|
} else { |
|
|
} else { |
|
|
txtree.getSelectionModel().select(txtree.getRoot()); |
|
|
txtree.getSelectionModel().select(txtree.getRoot()); |
|
|
} |
|
|
} |
|
|