1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 20:04:11 +01:00

Fix sizing of pinned tabs after toggling tab numbers.

This commit is contained in:
Kris Maglione
2010-12-30 00:30:12 -05:00
parent 5f1c47ee20
commit 1dd8efea4f

View File

@@ -1370,6 +1370,8 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
tabs.tabBinding.enabled = Array.some(opts, function (k) k in this.opts, this);
tabs.updateTabCount();
}
if (config.tabbrowser.tabContainer._positionPinnedTabs)
config.tabbrowser.tabContainer._positionPinnedTabs();
}
}
].filter(function (group) !group.feature || dactyl.has(group.feature));