elfsimulate
elfsimulate
metapath 无此问题。 两个显示器的分辨率不一样。缩放都是100%
4.22.07(r4278)版本仍存在此问题。metapath正常
bug没消除? 问题依然存在,莫非其他人没有遇到此问题? 
sorry to bother,I tested the version [89f8fec](https://github.com/zufuliu/notepad2/commit/89f8fec2e1dbb95448535cefb13ed0dbd0c8297b) and I even modified screen resolution,but the problem is still exist.  and finally I found this bug has been exist since the...

E:\userData\Desktop\issue235> D:\notepad2\notepad2\src\Notepad2.c:519 wWinMain UpdateRenderingParams(1, 1) 00000000000D0AF8 monitor: 0000000000000000 => 0000000002000781 UpdateRenderingParams(0, 1) 00000000000D0AF8 monitor: 0000000002000781 => 0000000002000781 MsgSize(00000000000D0AF8, 0, 720, 677) UpdateRenderingParams(0, 1) 00000000000D0AF8 monitor: 0000000002000781 => 0000000002000781 MsgDPIChanged(00000000000D0AF8, 96)...
>i move the mainwindow of notepad2.exe three times between the two screens ,so MsgDPIchange() was called the same times. but the msgsize() is not called yet. i'll test the issue235-1031...
it works!!!  E:\userData\Desktop\issue235>Notepad2-SetWindowPos.exe E:\userData\Desktop\issue235> D:\notepad2\notepad2\src\Notepad2.c:520 wWinMain UpdateRenderingParams(1, 1) 00000000002505AC monitor: 0000000000000000 => 000000 0000010001 UpdateRenderingParams(0, 1) 00000000002505AC monitor: 0000000000010001 => 000000 0000010001 MsgSize(00000000002505AC, 0, 720, 677) UpdateRenderingParams(0, 1) 00000000002505AC...
E:\userData\Desktop\issue235>Notepad2-WindowPosChanged.exe E:\userData\Desktop\issue235> D:\notepad2\notepad2\src\Notepad2.c:520 wWinMain UpdateRenderingParams(1, 1) 000000000019094E monitor: 0000000000000000 => 0000000000010001 UpdateRenderingParams(0, 1) 000000000019094E monitor: 0000000000010001 => 0000000000010001 MsgSize(000000000019094E, 0, 720, 677) UpdateRenderingParams(0, 1) 000000000019094E monitor: 0000000000010001 => 0000000000010001 MainWndProc...
thank you for updating.