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

git-svn-id: svn://10.0.0.236/trunk@181040 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
neil%parkwaycc.co.uk
2005-09-27 12:40:37 +00:00
parent cc66647563
commit 78e9b67595

View File

@@ -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