[Pkg-mozext-commits] [tabmixplus] 05/123: Fix changeset 2791fcb44152

David Prévot taffit at moszumanska.debian.org
Wed Sep 17 21:16:22 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit 34f64f6bb64934213df83821bfb0119b0b5d700e
Author: onemen <tabmix.onemen at gmail.com>
Date:   Thu Aug 7 10:03:04 2014 +0300

    Fix changeset 2791fcb44152
---
 chrome/content/tab/tabbrowser_4.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/tab/tabbrowser_4.xml b/chrome/content/tab/tabbrowser_4.xml
index 3ea287a..5537785 100644
--- a/chrome/content/tab/tabbrowser_4.xml
+++ b/chrome/content/tab/tabbrowser_4.xml
@@ -815,7 +815,7 @@
           this.mTabstrip._calcTabMargins(aTab);
 
           // DOMRect left/right properties are immutable.
-          tab = {left: tab.left, right: tab.right};
+          tab = {left: tab.left, right: tab.right, top: tab.top, bottom: tab.bottom};
 
           if (this.mTabstrip.smoothScroll) {
             let selected = !this.selectedItem.pinned &&

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list