Bug 382111: Flash animation in top left of page. r+sr=roc/

This commit is contained in:
sharparrow1@yahoo.com 2007-05-28 21:53:22 -07:00
Родитель d7b8370bf9
Коммит 6470166948
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3089,7 +3089,7 @@ nsWindow::NativeCreate(nsIWidget *aParent,
}
// resize so that everything is set to the right dimensions
Resize(mBounds.width, mBounds.height, PR_FALSE);
Resize(mBounds.x, mBounds.y, mBounds.width, mBounds.height, PR_FALSE);
#ifdef ACCESSIBILITY
nsresult rv;