This commit is contained in:
scott%scott-macgregor.org 2007-02-23 07:25:56 +00:00
Родитель 1296bd9715
Коммит 48becece35
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -546,8 +546,8 @@ function ShowingThreadPane()
var threadPaneSplitter = document.getElementById("threadpane-splitter");
threadPaneSplitter.collapsed = false;
GetMessagePane().collapsed = (threadPaneSplitter.getAttribute("state") == "collapsed");
// XXX We need to force the tree to refresh its new height
// so that it will correctly scroll to the newest message
// XXX We need to force the tree to refresh its new height
// so that it will correctly scroll to the newest message
GetThreadTree().boxObject.height;
document.getElementById("key_toggleMessagePane").removeAttribute("disabled");
}