This commit is contained in:
crschnick 2023-02-22 14:17:30 +00:00
parent 5d5c3ea140
commit 689962b1fb

View file

@ -235,7 +235,7 @@ final class FileListComp extends AnchorPane {
});
fileList.getShown().addListener((observable, oldValue, newValue) -> {
PlatformThread.runLaterIfNeededBlocking(() -> {
PlatformThread.runLaterIfNeeded(() -> {
table.getItems().setAll(newValue);
if (newValue.size() > 0) {
table.scrollTo(0);