From e6c9cbca6808e9a82842249673b33b9888ee3710 Mon Sep 17 00:00:00 2001 From: Frederico Silva Date: Wed, 10 Jul 2019 12:37:47 +0200 Subject: [PATCH 1/2] GdiScaling: fix xml closing tag --- Src/mdUmmm.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/mdUmmm.bas b/Src/mdUmmm.bas index 0cca658..3aa6444 100644 --- a/Src/mdUmmm.bas +++ b/Src/mdUmmm.bas @@ -537,7 +537,7 @@ Private Function pvDumpGdiScaling(ByVal bEnable As Boolean, cOutput As Collectio If bEnable Then cOutput.Add " " cOutput.Add " " - cOutput.Add " true" + cOutput.Add " true" cOutput.Add " " cOutput.Add " " End If From 54f0b34e3a8e081bd7a271d4de508fcbdd4badba Mon Sep 17 00:00:00 2001 From: Frederico Silva Date: Wed, 10 Jul 2019 12:38:41 +0200 Subject: [PATCH 2/2] GdiScaling: fix merge --- Src/mdUmmm.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/mdUmmm.bas b/Src/mdUmmm.bas index 3aa6444..68b3fbb 100644 --- a/Src/mdUmmm.bas +++ b/Src/mdUmmm.bas @@ -154,10 +154,10 @@ Private Function pvProcess(sFile As String) As String Case "gdiscaling" '--- gdiscaling [on_off] '--- on_off is true/false or 0/1 + pvDumpGdiScaling C_Bool(At(vRow, 1)), cOutput Case "dpiawareness" '--- dpiawareness elements pvDumpDpiAwareness At(vRow, 1), cOutput - pvDumpGdiScaling C_Bool(At(vRow, 1)), cOutput Case "supportedos" '--- supportedos '--- os_types are | separated OSes from { vista, win7, win8, win81 } or guids