pinned tabs are wrongly positioned if updateAllTabsIndent() is called

This commit is contained in:
Piro / SHIMODA Hiroshi 2011-01-13 00:13:12 +09:00
parent 9b0203b5f0
commit c9ca94c271

View File

@ -3733,6 +3733,9 @@ TreeStyleTabBrowser.prototype = {
{
this.stopTabIndentAnimation(aTab);
if (aTab.hasAttribute('pinned'))
return;
if (!this.enableSubtreeIndent)
aIndent = 0;