diff --git a/mozilla/toolkit/content/widgets/browser.xml b/mozilla/toolkit/content/widgets/browser.xml index 33be094f4b2..390a792e258 100644 --- a/mozilla/toolkit/content/widgets/browser.xml +++ b/mozilla/toolkit/content/widgets/browser.xml @@ -450,7 +450,6 @@ null null null - false @@ -599,19 +598,13 @@ @@ -641,11 +631,8 @@ var x = this._clientX - this._startX; var y = this._clientY - this._startY; - if ((x > this._AUTOSCROLL_SNAP || x < -this._AUTOSCROLL_SNAP) || (y > this._AUTOSCROLL_SNAP || y < -this._AUTOSCROLL_SNAP)) { - this._snapOn = false; - if (!this._autoScrollMarkerImage) - this.showAutoscrollMarker(event); - } + if ((x > this._AUTOSCROLL_SNAP || x < -this._AUTOSCROLL_SNAP) || (y > this._AUTOSCROLL_SNAP || y < -this._AUTOSCROLL_SNAP)) + this._snapOn = false; } ]]>