Skip to content

优化 tag 展示逻辑#5702

Merged
Glavo merged 4 commits intoHMCL-dev:mainfrom
CiiLu:tags
Mar 21, 2026
Merged

优化 tag 展示逻辑#5702
Glavo merged 4 commits intoHMCL-dev:mainfrom
CiiLu:tags

Conversation

@CiiLu
Copy link
Contributor

@CiiLu CiiLu commented Mar 2, 2026

resolves #5677

@anjisuan608
Copy link

#5677 的评论中提到的版本标签概率不显示的问题依然存在

image

需要至少进行一次刷新后显示

image

日志

hmcl-exported-logs-2026-03-05T16-04-13.zip

ver

image

firstLine.getChildren().setAll(lblTitle, scrollPane);

tags.addListener((ListChangeListener<? super Label>) change -> {
Platform.runLater(scrollPane::requestLayout);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里的 Platform.runLater 有意义吗?requestLayout 本身就是延迟起效的。

@Glavo Glavo merged commit 5c19239 into HMCL-dev:main Mar 21, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] 实例列表上的整合包实例版本号显示不完整

3 participants