bug 508501 - bustage fix for Windows CE

This commit is contained in:
Brad Lassey 2009-08-13 18:45:31 -07:00
Родитель 556afaec46
Коммит bda6def50e
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -354,11 +354,12 @@ DWORD nsWindow::WindowStyle()
// Maximize, minimize or restore the window.
NS_IMETHODIMP nsWindow::SetSizeMode(PRInt32 aMode)
{
#if defined(WINCE_HAVE_SOFTKB)
if (aMode == 0 && mSizeMode == 3 && nsWindowCE::sSIPInTransition) {
// ignore the size mode being set to normal by the SIP resizing us
return NS_OK;
}
#endif
nsresult rv;
// Let's not try and do anything if we're already in that state.