-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Cef.EnableHighDPISupport #4417
Comments
amaitland
added a commit
to cefsharp/CefSharp.MinimalExample
that referenced
this issue
Mar 7, 2023
- Remove DPI entries from app.manifest - Remove Cef.EnableHighDPISupport (Method will be removed in M113 (cefsharp/CefSharp#4417)) Issue cefsharp/CefSharp#4410
amaitland
added a commit
to cefsharp/CefSharp.MinimalExample
that referenced
this issue
Apr 24, 2023
- Method was removed upstream (cefsharp/CefSharp#4417) - Update WPF to set DPI awareness in app.manifest
amaitland
added a commit
to cefsharp/CefSharp.MinimalExample
that referenced
this issue
Apr 24, 2023
- Method was removed upstream (cefsharp/CefSharp#4417) - Update WPF to set DPI awareness in app.manifest
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
High-DPI support is now enabled by default in Chromium. As a result
CEF
has removed theCefEnableHighDPISupport
method.https://bitbucket.org/chromiumembedded/cef/commits/f3b570cf8e3a633f585f5a9cd19c6f7fff42266e
See also #4410
The text was updated successfully, but these errors were encountered: