summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--win/CS/HandBrakeWPF/app.config3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/app.config b/win/CS/HandBrakeWPF/app.config
index a2962a879..750cd7f5b 100644
--- a/win/CS/HandBrakeWPF/app.config
+++ b/win/CS/HandBrakeWPF/app.config
@@ -5,6 +5,7 @@
</startup>
<runtime>
<!-- Required for "Per monitor DPI scaling" on .NET < 4.6.2 -->
- <AppContextSwitchOverrides value="Switch.System.Windows.DoNotScaleForDpiChanges=false"/>
+ <AppContextSwitchOverrides value="Switch.System.Windows.DoNotScaleForDpiChanges=false;Switch.UseLegacyToolTipDisplay=true"/>
+
</runtime>
</configuration>