mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-29 07:20:35 +00:00
Fix list refresh for some cases
This commit is contained in:
@@ -157,6 +157,9 @@ public class ListBoxViewComp<T> extends RegionBuilder<ScrollPane> {
|
||||
});
|
||||
vbox.getChildren().addListener((ListChangeListener<? super Node>) (change) -> {
|
||||
dirty.set(true);
|
||||
Platform.runLater(() -> {
|
||||
dirty.set(true);
|
||||
});
|
||||
});
|
||||
shown.addListener((ListChangeListener<? super T>) (change) -> {
|
||||
Platform.runLater(() -> {
|
||||
|
||||
Reference in New Issue
Block a user