mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-08 03:15:17 -04:00
* Fix #3864 * Update DownloadListPage.java * Update DownloadListPage.java --------- Co-authored-by: Glavo <zjx001202@gmail.com>
This commit is contained in:
parent
b32d3c354a
commit
2ea96fdaa7
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user