зеркало из https://github.com/mozilla/pjs.git
Fix for #5916 - Input Method Candidate list rendered as blobs. Approved by chofmann.
This commit is contained in:
Родитель
f82ce1622a
Коммит
816026611f
|
@ -2485,7 +2485,7 @@ PRBool nsWindow::ProcessMessage(UINT msg, WPARAM wParam, LPARAM lParam, LRESULT
|
|||
compForm.ptCurrentPos.x = 100;
|
||||
compForm.ptCurrentPos.y = 100;
|
||||
|
||||
::ImmSetCompositionWindow(hIMEContext,&compForm);
|
||||
// ::ImmSetCompositionWindow(hIMEContext,&compForm); don't do this! it's bad.
|
||||
::ImmReleaseContext(mWnd,hIMEContext);
|
||||
|
||||
HandleStartComposition();
|
||||
|
|
Загрузка…
Ссылка в новой задаче