From 47ca5281fee5fa0df4bed5e5c5ae2391d5034084 Mon Sep 17 00:00:00 2001 From: Don HO Date: Wed, 17 Feb 2021 04:07:03 +0100 Subject: [PATCH] Revert "Improve high-dpi display" This reverts commit 1364b199b4eff3aa2bdc370e6adf6d6186576218. 3 ways we can choose: 1. PerMonitorV2: it would be the ideal solution if there were no custom control in Notepad++ : some part of the custom controls like panels and Find dialog are not rendered properly in PerMonitorV2 mode. 2. PerMonitor: in v7.9.3 WM_DPICHANGED message was not processed and that makes Notepad++ unusable under a high resolution monitor. 3. Without "PerMonitor" feature: (as in v7.9.2), it will be a little bit blurry, but at least the system resizes all parts of application correctly This commit revert the modification in v7.9.3 and go back to the way in v7.9.2 (Without "PerMonitor" feature). It's not easy to solve this issue, all I can do is choose the "less worst" way, just like people in world-wide vote for choosing their political leader. Fix #9513, fix #9579 --- PowerEditor/src/dpiAware.manifest | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/PowerEditor/src/dpiAware.manifest b/PowerEditor/src/dpiAware.manifest index 030918d69..da6fae4f6 100644 --- a/PowerEditor/src/dpiAware.manifest +++ b/PowerEditor/src/dpiAware.manifest @@ -1,9 +1,9 @@ - - true - PerMonitor + + true - + \ No newline at end of file