Supplementary patch to bug 305384 to fix alerts on GTK1 r+sr=roc

This commit is contained in:
neil%parkwaycc.co.uk 2005-09-27 12:40:37 +00:00
Родитель 2509f6846c
Коммит 8b89471c7d
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -2772,8 +2772,6 @@ NS_IMETHODIMP nsWindow::Resize(PRInt32 aWidth, PRInt32 aHeight, PRBool aRepaint)
// Show(TRUE) will be ignored until a larger resize has happened
if (aWidth <= 1 || aHeight <= 1)
{
aWidth = 1;
aHeight = 1;
mIsTooSmall = PR_TRUE;
}
else