we no longer tell the widgets to paint themselves as a result of

a resize operation.


git-svn-id: svn://10.0.0.236/trunk@16416 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
michaelp%netscape.com
1998-12-15 05:45:05 +00:00
parent 5c2ef95d1e
commit 22e651792f
3 changed files with 12 additions and 7 deletions

View File

@@ -767,10 +767,8 @@ nsWebShell::SetBounds(PRInt32 x, PRInt32 y, PRInt32 w, PRInt32 h)
mWindow->GetBorderSize(borderWidth, borderHeight);
// Don't have the widget repaint. Layout will generate repaint requests
// during reflow
// mWindow->Resize(x, y, w, h,
// PR_FALSE);
mWindow->Resize(x, y, w, h,
PR_TRUE);
PR_FALSE);
}
// Set the size of the content area, which is the size of the window minus the borders