Blurry browser workaround #4560
GerryOnGithub
started this conversation in
General
Replies: 1 comment 2 replies
-
Does the problem reproduce with the Please provide more information, see https://github.com/cefsharp/CefSharp/wiki/Questions-&-Support#when-asking-a-question-please-include-the-following |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I had some problems with the display of CefSharp being blurry, but nothing I could find here fixed the problem. What I found was if I clicked on the browser window the fonts would clear up, so my fix looks like below. The height stuff is used by my app to resize the window to fit the content "better". The actual fix is the webBrowser.Focus() part.
webBrowser.FrameLoadEnd += BrowserFrameLoadEnd; // register an event handler
Beta Was this translation helpful? Give feedback.
All reactions