MicaWPF icon indicating copy to clipboard operation
MicaWPF copied to clipboard

[Bug]: Maximize doesn't work on 2nd monitor

Open Evilly-Heinz opened this issue 2 years ago • 1 comments

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

B5B35345-BF84-456E-BAE0-A8C03A1BAB18

Windows version

Windows 11 version 23H2 (22631, 2023 Update)

.Net Version

.Net Framework 4.8.x

Additional context

No response

Evilly-Heinz avatar Feb 23 '24 11:02 Evilly-Heinz

Seems to be a .net framework only issue I will take a deeper look.

Simnico99 avatar Oct 06 '24 01:10 Simnico99

@Simnico99 I have the same problem. Any ideas how to fix this?

sebaJoSt avatar Mar 18 '25 10:03 sebaJoSt

@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.

Simnico99 avatar Mar 24 '25 13:03 Simnico99

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!

Simnico99 avatar Mar 24 '25 15:03 Simnico99

I can verify that the problem is now fixed on my system. Great job! :-)

sebaJoSt avatar Mar 25 '25 12:03 sebaJoSt

Thanks for the confirmation , Don't hesitate to open an issue if you find other bugs.

Simnico99 avatar Mar 26 '25 03:03 Simnico99