Fix for #5916 - Input Method Candidate list rendered as blobs. Approved by chofmann.

This commit is contained in:
tague%netscape.com 1999-05-20 18:56:48 +00:00
Родитель f82ce1622a
Коммит 816026611f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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();