flyson
flyso****@users*****
2006年 6月 1日 (木) 23:21:43 JST
Index: bbs2chreader/content/bbs2chreader/board-page.js diff -u bbs2chreader/content/bbs2chreader/board-page.js:1.29 bbs2chreader/content/bbs2chreader/board-page.js:1.30 --- bbs2chreader/content/bbs2chreader/board-page.js:1.29 Sat Feb 11 19:29:01 2006 +++ bbs2chreader/content/bbs2chreader/board-page.js Thu Jun 1 23:21:43 2006 @@ -625,10 +625,9 @@ return((propB > propA) - (propB < propA)); } - treeNode.hidden = true; if(sortDirection == "ascending") this._items.sort(sortFunc); if(sortDirection == "descending") this._items.sort(reverseFunc); - treeNode.hidden = false; + this._treeBox.invalidate(); }, getRowProperties: function(aIndex, aProperties){