ツリーの親だったタブを閉じて、すぐに開き直した時、再形成されたツリーが折り畳まれてしまっていたのを修正
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5280 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
e655603c58
commit
e4a82ec992
@ -1860,7 +1860,7 @@ TreeStyleTabBrowser.prototype = {
|
||||
|
||||
this.setTabValue(tab, this.kID, id);
|
||||
|
||||
var isSubTreeCollapsed = (this.getTabValue(tab, this.kSUBTREE_COLLAPSED) == 'true');
|
||||
var isSubTreeCollapsed = restoringMultipleTabs && (this.getTabValue(tab, this.kSUBTREE_COLLAPSED) == 'true');
|
||||
this.setTabValue(tab, this.kSUBTREE_COLLAPSED, isSubTreeCollapsed);
|
||||
|
||||
var tabs = [];
|
||||
|
Loading…
Reference in New Issue
Block a user