redraw on Scroll()

This commit is contained in:
pierre%netscape.com 1998-12-09 13:24:09 +00:00
parent b7e56cfb2f
commit 38ef58f9a1

View File

@ -707,6 +707,7 @@ NS_IMETHODIMP nsWindow::Update(nsIRenderingContext* aRenderingContext)
//-------------------------------------------------------------------------
NS_IMETHODIMP nsWindow::Scroll(PRInt32 aDx, PRInt32 aDy, nsRect *aClipRect)
{
Invalidate(PR_FALSE);
return NS_OK;
}