careless miss
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4054 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
8954bb94d1
commit
a2b3304529
@ -2597,7 +2597,7 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
pixels = this.scrollBox.scrollIncrement;
|
pixels = this.scrollBox.scrollIncrement;
|
||||||
var ltr = window.getComputedStyle(this.parentNode, null).direction == 'ltr';
|
var ltr = window.getComputedStyle(tabs, null).direction == 'ltr';
|
||||||
if (aEvent.screenX < box.screenX + this.autoScrollArea) {
|
if (aEvent.screenX < box.screenX + this.autoScrollArea) {
|
||||||
pixels *= -1;
|
pixels *= -1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user