Commit 338ab57f authored by nick.kreeger%park.edu's avatar nick.kreeger%park.edu
Browse files

Fixing bug 343892, context menu windows flash in bottom left of screen before...

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.
parent 5871e3cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}