提交 dc423209 编写于 作者: D dcherepanov

6743433: IM candidate window is not shown until window is deactivated and reactivated again

Summary: OpenCandidateWindow procedure should directly call ::DefWindowProc
Reviewed-by: art
上级 ffdb3593
......@@ -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);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册