From 4bd0cbc88f9cf98254639f38ad871f2423ea1cff Mon Sep 17 00:00:00 2001 From: CiiLu <109708109+CiiLu@users.noreply.github.com> Date: Thu, 12 Feb 2026 20:39:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=B8=8B=E8=BD=BD=E6=B8=B8=E6=88=8F?= =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=88=97=E8=A1=A8=E7=82=B9=E5=87=BB=E5=B7=A6?= =?UTF-8?q?=E4=BE=A7=E5=9B=BE=E6=A0=87=E6=97=A0=E6=B3=95=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E6=B0=B4=E6=B3=A2=E7=BA=B9=E6=95=88=E6=9E=9C=20&=20=E5=85=89?= =?UTF-8?q?=E6=A0=87=E6=B2=A1=E6=9C=89=E5=8F=98=E6=88=90=E6=89=8B=E5=9E=8B?= =?UTF-8?q?=20(#5520)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/java/org/jackhuang/hmcl/ui/download/VersionsPage.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/VersionsPage.java b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/VersionsPage.java index 2f6756bdb..dea795c32 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/VersionsPage.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/ui/download/VersionsPage.java @@ -162,6 +162,8 @@ public final class VersionsPage extends Control implements WizardPage, Refreshab RemoteVersionListCell(VersionsPage control) { this.control = control; + imageView.setMouseTransparent(true); + HBox hbox = new HBox(16); HBox.setHgrow(twoLineListItem, Priority.ALWAYS); hbox.setAlignment(Pos.CENTER);