[Bug]: Maximize doesn't work on 2nd monitor
Describe the bug
Maximize doesn't work on 2nd monitor
Steps to reproduce the bug
- Use controls:MicaWindow
- Drag to 2nd monitor
- Click to maximize windows button.
Expected behavior
Maximize windows
Screenshots
Windows version
Windows 11 version 23H2 (22631, 2023 Update)
.Net Version
.Net Framework 4.8.x
Additional context
No response
Seems to be a .net framework only issue I will take a deeper look.
@Simnico99 I have the same problem. Any ideas how to fix this?
@sebaJoSt Will check that soon as for now the issue seems to only be .Net Framework when Using .Net core or .Net 5+ it seems to be fine.
6.2.11 should fix the issue it was caused by a integer overflow in my calculation the point on secondary monitors was ending up with the wrong coordinates.
I've tested myself and it seems to be fixed, can you verify and tell me if it works for you?
Thank you!
I can verify that the problem is now fixed on my system. Great job! :-)
Thanks for the confirmation , Don't hesitate to open an issue if you find other bugs.