Fixing bug 343892, context menu windows flash in bottom left of screen before opening. patch by me <nick.kreeger@park.edu>, r=josh,mento, sr=pink.

This commit is contained in:
nick.kreeger%park.edu 2006-07-26 21:08:42 +00:00
parent 5871e3cf79
commit 338ab57f26

View File

@ -723,8 +723,8 @@ NS_METHOD nsCocoaWindow::SetSizeMode(PRInt32 aMode)
NS_IMETHODIMP nsCocoaWindow::Resize(PRInt32 aX, PRInt32 aY, PRInt32 aWidth, PRInt32 aHeight, PRBool aRepaint)
{
Move(aX, aY);
Resize(aWidth, aHeight, aRepaint);
Move(aX, aY);
return NS_OK;
}