Fix #5291: 点击实例列表条目的中央区域无法触发 Rippler 效果 (#5310)

This commit is contained in:
辞庐
2026-01-24 21:19:10 +08:00
committed by GitHub
parent 317b92c31e
commit 7f6379960b

View File

@@ -81,6 +81,7 @@ public final class GameListCell extends ListCell<GameListItem> {
{
HBox center = new HBox();
center.setMouseTransparent(true);
root.setCenter(center);
center.setPrefWidth(Region.USE_PREF_SIZE);
center.setSpacing(8);