* Fix #3864 * Update DownloadListPage.java * Update DownloadListPage.java --------- Co-authored-by: Glavo <zjx001202@gmail.com>
This commit is contained in:
@@ -453,6 +453,10 @@ public class DownloadListPage extends Control implements DecoratorPage, VersionP
|
||||
changeButton.value.run();
|
||||
});
|
||||
|
||||
FXUtils.onChange(control.pageOffset, pageOffsetN -> {
|
||||
changeButton.value.run();
|
||||
});
|
||||
|
||||
Pane placeholder = new Pane();
|
||||
HBox.setHgrow(placeholder, Priority.SOMETIMES);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user