Wince only. If we move the software keyboard, it doesn't reappear properly

This commit is contained in:
dougt%meer.net 2006-01-31 17:36:11 +00:00
Родитель 1f1485e8c4
Коммит a13017892d
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -632,7 +632,6 @@ nsSoftKeyBoardService::CloseSIP()
if (hWndSIP)
{
ShowWindow( hWndSIP, SW_HIDE );
SetWindowPos(hWndSIP, HWND_BOTTOM, 0, 0, 0, 0, SWP_NOACTIVATE | SWP_NOMOVE | SWP_NOSIZE);
}
hWndSIP = FindWindow( _T( "MS_SIPBUTTON" ), NULL );