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 1b007b0 commit 89b66f5Copy full SHA for 89b66f5
CefSharp.Wpf/ChromiumWebBrowser.cs
@@ -17,6 +17,7 @@
17
using CefSharp.Internals;
18
using CefSharp.Structs;
19
using CefSharp.Wpf.Experimental;
20
+using CefSharp.Wpf.Handler;
21
using CefSharp.Wpf.Internals;
22
using CefSharp.Wpf.Rendering;
23
using Microsoft.Win32.SafeHandles;
@@ -563,6 +564,8 @@ private void NoInliningConstructor()
563
564
565
PresentationSource.AddSourceChangedHandler(this, PresentationSourceChangedHandler);
566
567
+ MenuHandler = new ContextMenuHandler();
568
+
569
UseLayoutRounding = true;
570
}
571
0 commit comments