From 40df2bb143fb012e5d797fba121a22f449764085 Mon Sep 17 00:00:00 2001 From: Bill Dengler Date: Fri, 7 Aug 2020 18:56:29 -0400 Subject: [PATCH] Revert "Use legacy winConsole support by default for 2019.3 as there are still users in the community for whom the new support is very problematic. (#10682)" This reverts commit b00c3f1528c8e23939656b4316dae593f1f90a05. --- source/config/configSpec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/config/configSpec.py b/source/config/configSpec.py index 7d6361784d9..a170574c675 100644 --- a/source/config/configSpec.py +++ b/source/config/configSpec.py @@ -213,7 +213,7 @@ [UIA] enabled = boolean(default=true) useInMSWordWhenAvailable = boolean(default=false) - winConsoleImplementation= option("auto", "legacy", "UIA", default="legacy") + winConsoleImplementation= option("auto", "legacy", "UIA", default="auto") selectiveEventRegistration = boolean(default=false) [terminals]