зеркало из https://github.com/mozilla/pjs.git
Wince only. If we move the software keyboard, it doesn't reappear properly
This commit is contained in:
Родитель
1f1485e8c4
Коммит
a13017892d
|
@ -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 );
|
||||
|
|
Загрузка…
Ссылка в новой задаче