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