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