This commit is contained in:
hyatt%netscape.com 2002-10-11 07:54:21 +00:00
Родитель 42e766b81a
Коммит 3082987fe5
1 изменённых файлов: 4 добавлений и 6 удалений

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

@ -434,12 +434,10 @@
<parameter name="aWidth"/>
<body><![CDATA[
if (!this.mPopupOpen) {
if (!this.mInput) {
this.mInput = aInput;
this.view = aInput.controller.QueryInterface(Components.interfaces.nsITreeView);
this.invalidate();
}
this.mInput = aInput;
this.view = aInput.controller.QueryInterface(Components.interfaces.nsITreeView);
this.invalidate();
this.showCommentColumn = this.mInput.showCommentColumn;
this.removeAttribute("hidden");