feat(frm): 使用 WindowChrome 代替 WindowStyleNone#1929
Merged
Conversation
ac617a0 to
19d369e
Compare
ruattd
reviewed
Jan 12, 2026
Contributor
|
TaskCancelledException 可以考虑过滤一下,写成 Trace 级别只输出一行 |
Co-authored-by: 任天天 <61044187+ruattd@users.noreply.github.com>
ruattd
requested changes
Jan 15, 2026
Contributor
|
现在有一个很迷惑的问题,窗口关闭动画向下的 transition 变成了向左的,目前没找到原因在哪 |
Contributor
Author
fixed, 缩放中心偏移问题 |
ruattd
previously approved these changes
Jan 15, 2026
ruattd
previously approved these changes
Jan 16, 2026
ruattd
approved these changes
Jan 16, 2026
Contributor
|
测试应该没问题了,在副屏上工作正常 |
Pigeon0v0
approved these changes
Jan 17, 2026
Contributor
Pigeon0v0
left a comment
There was a problem hiding this comment.
没啥问题,唯一的一点是在某些开启 HDR 的情况下最小化窗口的过程会过曝,不过我估计是 Windows 垃圾...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
优点:放大缩小有 Windows 缩放动画什么的,也不用自己做改变窗口大小的 Resizer
已知问题:调整窗口大小的时候后台会大量出现配置系统那边的中断,不是这里的问题System.Threading.Tasks.TaskCanceledException