6743433: IM candidate window is not shown until window is deactivated and reactivated again
OpenCandidateWindow procedure should directly call ::DefWindowProc Reviewed-by: art
This commit is contained in:
parent
f284d2a3b2
commit
5e24b7bc99
@ -3692,7 +3692,7 @@ void AwtComponent::OpenCandidateWindow(int x, int y)
|
||||
SetCandidateWindow(iCandType, x-rc.left, y-rc.top);
|
||||
}
|
||||
if (m_bitsCandType != 0) {
|
||||
DefWindowProc(WM_IME_NOTIFY, IMN_OPENCANDIDATE, m_bitsCandType);
|
||||
::DefWindowProc(GetHWnd(), WM_IME_NOTIFY, IMN_OPENCANDIDATE, m_bitsCandType);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user