UI.WPF.Modern icon indicating copy to clipboard operation
UI.WPF.Modern copied to clipboard

Window title bar button display problem

Open Tate-Zhang opened this issue 8 months ago • 4 comments

Describe the bug

There is no such problem when using the latest version in Nuget. The library generated by using the main branch in Github has the wrong title bar color problem

Reproduction

https://github.com/user-attachments/assets/1df544e4-40a6-40cd-9238-1222899b133c

https://github.com/user-attachments/assets/19f166aa-32e5-4f24-b224-fae0a15ab365

The first video shows the effect of using the library in Nuget, and the second video shows the effect of using the main branch in Github

Suggested Solution

No response

Library Version

0.10.0.0

Operating System

Windows 11

Framework

.NET Framework

Framework Version

8.0

Source of Package

Self-Compiled

Additional Notes

Use the main branch in the current Github

Validations

  • [x] Check that there isn't already an issue that reports the same or similar problem.
  • [x] Check that this is a bug in the library that should be fixed, not a feature, also this is not about the documentation. (Or please choose the right repo and template.)
  • [x] This is one single problem, or a few problems with the same cause. (If you want to report multiple problems, please create one issue for every single problem.)
  • [x] You've checked that this problem still exists in the latest version. (Keep in mind that we don't provide any support for old versions.)
  • [x] You know that we can't guarantee that we will satisfy your request. This is not really our duty to do everything anyone asks for. Also, you will treat our staff, contributors, and other users with respect and kindness.
  • [x] You're sure there's something wrong with the library itself, not how you're using it. (If you are having issues using it and need help, please go to discussion.)

Tate-Zhang avatar Apr 17 '25 14:04 Tate-Zhang

I'm wondering if this is related to PRs by @mou-haz. @mou-haz Could you please take a look into this? Thanks

NotYoojun avatar Apr 26 '25 09:04 NotYoojun

#194 #193
I'm really sorry, I'm not very good at submitting PRs, but I did find the problem and it does solve my problem, but I'm not sure if it will cause other problems. These two PRs did fix the Pivot issue. #184 and #191

Tate-Zhang avatar Apr 27 '25 08:04 Tate-Zhang

@mou-haz
SystemMediumColor should not be modified

Tate-Zhang avatar Apr 27 '25 08:04 Tate-Zhang

@mou-haz
SystemMediumColor should not be modified

Thanks for your efforts. I'll try to make one with suggested change.

mou-haz avatar Apr 27 '25 17:04 mou-haz