From 1f7b863e24d6d1c219ae4683fddb30ca0fc238f5 Mon Sep 17 00:00:00 2001 From: piro Date: Mon, 6 Sep 2010 11:15:24 +0000 Subject: [PATCH] =?UTF-8?q?=E3=82=B9=E3=82=AF=E3=83=AD=E3=83=BC=E3=83=AB?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE=E3=81=8C=E6=80=A5=E3=81=AB=E6=88=BB=E3=81=A3?= =?UTF-8?q?=E3=81=A6=E3=81=97=E3=81=BE=E3=81=86=E5=95=8F=E9=A1=8C=E3=81=AB?= =?UTF-8?q?=E3=81=A4=E3=81=84=E3=81=A6=E3=81=AE=E5=AF=BE=E7=AD=96=E3=81=8C?= =?UTF-8?q?=E6=84=8F=E5=91=B3=E3=81=8C=E3=81=AA=E3=81=84=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=A0=E3=81=A3=E3=81=9F=E3=81=AE=E3=81=A7=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@7153 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/treestyletabbrowser.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/treestyletab/treestyletabbrowser.js b/content/treestyletab/treestyletabbrowser.js index 17c8ca93..68b59be3 100644 --- a/content/treestyletab/treestyletabbrowser.js +++ b/content/treestyletab/treestyletabbrowser.js @@ -4582,10 +4582,7 @@ TreeStyleTabBrowser.prototype = { var self = this; this.smoothScrollTask = function(aTime, aBeginning, aChange, aDuration) { var scrollBoxObject = self.scrollBoxObject; - if ( - aTime >= aDuration || - (arrowscrollbox && arrowscrollbox._isScrolling != 0) // cancel by manual scrolling - ) { + if (aTime >= aDuration) { scrollBoxObject.scrollTo(aEndX, aEndY); b = null;