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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user