We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb3dc8 commit 7a23473Copy full SHA for 7a23473
CefSharp.Wpf/CefSettings.cs
@@ -30,6 +30,10 @@ public CefSettings() : base()
30
// Disable "Restore pages" popup after incorrect shutdown
31
// https://github.com/chromiumembedded/cef/issues/3767
32
CefCommandLineArgs.Add("hide-crash-restore-bubble");
33
+
34
+ // Browser not correctly refreshing on Resize
35
+ // https://github.com/cefsharp/CefSharp/issues/4953
36
+ CefCommandLineArgs.Add("disable-gpu-compositing");
37
}
38
39
0 commit comments