Bug 338639 - Autoscroll icon still present on previous page. r=gavin

git-svn-id: svn://10.0.0.236/trunk@214095 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mozilla.mano%sent.com
2006-10-24 23:42:50 +00:00
parent ba0759db63
commit 321a330672

View File

@@ -460,6 +460,9 @@
var tabBrowser = this.getTabBrowser();
if (!tabBrowser || tabBrowser.mCurrentBrowser == this)
this.fastFind.setDocShell(this.docShell);
if (this._isScrolling)
this.stopScroll();
]]>
</body>
</method>