fixed a validrect problem needed for doublebuffer.

This commit is contained in:
dcone%netscape.com 1998-09-28 17:03:49 +00:00
parent 72b9b9f720
commit d6ae43a7eb

View File

@ -377,7 +377,7 @@ nsRefData *theRefData;
therect.left = therect.right - 16;
therect.top = therect.bottom - 16;
DrawGrowIcon(whichwindow);
ValidRect(&therect);
//ValidRect(&therect);
// Resize layout objects
theRefData = (nsRefData*)GetWRefCon (whichwindow);