8198606: Touch keyboard does not hide, when a text component looses focus
Reviewed-by: serb, dmarkov
This commit is contained in:
parent
58ff4ee8c4
commit
8c60a48bc2
@ -504,8 +504,7 @@ void AwtToolkit::InitTouchKeyboardExeFilePath() {
|
||||
HWND AwtToolkit::GetTouchKeyboardWindow() {
|
||||
const TCHAR wndClassName[] = _T("IPTip_Main_Window");
|
||||
HWND hwnd = ::FindWindow(wndClassName, NULL);
|
||||
if ((hwnd != NULL) && ::IsWindow(hwnd) && ::IsWindowEnabled(hwnd) &&
|
||||
::IsWindowVisible(hwnd)) {
|
||||
if ((hwnd != NULL) && ::IsWindow(hwnd) && ::IsWindowEnabled(hwnd)) {
|
||||
return hwnd;
|
||||
}
|
||||
return NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user