fix: 下载游戏版本列表点击左侧图标无法触发水波纹效果 & 光标没有变成手型 (#5520)
This commit is contained in:
@@ -162,6 +162,8 @@ public final class VersionsPage extends Control implements WizardPage, Refreshab
|
|||||||
RemoteVersionListCell(VersionsPage control) {
|
RemoteVersionListCell(VersionsPage control) {
|
||||||
this.control = control;
|
this.control = control;
|
||||||
|
|
||||||
|
imageView.setMouseTransparent(true);
|
||||||
|
|
||||||
HBox hbox = new HBox(16);
|
HBox hbox = new HBox(16);
|
||||||
HBox.setHgrow(twoLineListItem, Priority.ALWAYS);
|
HBox.setHgrow(twoLineListItem, Priority.ALWAYS);
|
||||||
hbox.setAlignment(Pos.CENTER);
|
hbox.setAlignment(Pos.CENTER);
|
||||||
|
|||||||
Reference in New Issue
Block a user