Skip to content

Commit 4ab07c8

Browse files
committed
OffScreen - CefSettings remove command line args
OSR mouse scroll issue has been resolved.
1 parent 732f585 commit 4ab07c8

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

CefSharp.OffScreen/CefSettings.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,6 @@ public CefSettings() : base()
2020
//For OffScreen it doesn't make much sense to enable audio by default, so we disable it.
2121
//this can be removed in user code if required
2222
CefCommandLineArgs.Add("mute-audio", "1");
23-
24-
if (Cef.CefVersion.StartsWith("r3.3497"))
25-
{
26-
throw new System.Exception("Issue #2408 should have been resolved, remove the below code");
27-
}
28-
29-
//https://github.com/cefsharp/CefSharp/issues/2408
30-
CefCommandLineArgs.Add("disable-features", "AsyncWheelEvents,TouchpadAndWheelScrollLatching");
3123
}
3224
}
3325
}

0 commit comments

Comments
 (0)