pinned tabs are wrongly positioned if updateAllTabsIndent() is called
This commit is contained in:
parent
9b0203b5f0
commit
c9ca94c271
@ -3733,6 +3733,9 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
{
|
{
|
||||||
this.stopTabIndentAnimation(aTab);
|
this.stopTabIndentAnimation(aTab);
|
||||||
|
|
||||||
|
if (aTab.hasAttribute('pinned'))
|
||||||
|
return;
|
||||||
|
|
||||||
if (!this.enableSubtreeIndent)
|
if (!this.enableSubtreeIndent)
|
||||||
aIndent = 0;
|
aIndent = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user