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 5e89f71 commit a0d9078Copy full SHA for a0d9078
CefSharp.Wpf/Internals/IMEHandler.cs
@@ -17,8 +17,8 @@ public static class ImeHandler
17
{
18
// Black SkColor value for underline.
19
public static uint ColorUNDERLINE = 0xFF000000;
20
- // White SkColor value for background.
21
- public static uint ColorBKCOLOR = 0xFFFFFFFF;
+ // Transparent SkColor value for background.
+ public static uint ColorBKCOLOR = 0x00000000;
22
23
public static bool GetResult(IntPtr hwnd, uint lParam, out string text)
24
0 commit comments