sourcechord/FluentWPF

[Bug] dpiAware is true/mp causes the application to move incorrectly.

Closed this issue · 1 comments

Hi, so I found another mistake. When I set the dpiAware node to true / mp in the manifest file, see the blog blog.walterlv.com This causes the application to move incorrectly when the application window is maximized, see the video below. I need to set the dpiAware node to true / mp because the value set to only true causes blur at 150% magnification. see pictures below.

screen3.mp4

dpiAwareness Not set, dpiAware Node is set to true
▼ 150% DPI

img

dpiAwareness Not set, dpiAware Node is set to true/pm:
▼ 150% DPI

img1

Hi, @ORRNY66
Thanks for the feedback.
I was able to reproduce it, and trying to fix it.