9656 - outliner column drag and drop rearranging, r=sspitzer, sr=hyatt

This commit is contained in:
hewitt%netscape.com 2001-09-26 00:33:48 +00:00
Родитель 576808aca7
Коммит 1bcdea4a38
1 изменённых файлов: 0 добавлений и 8 удалений

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

@ -1330,14 +1330,6 @@
this.outliner.setAttribute("height", height); this.outliner.setAttribute("height", height);
this.outliner.setAttribute("hidescrollbar", view.rowCount <= rows); this.outliner.setAttribute("hidescrollbar", view.rowCount <= rows);
// XXX horrible hack to workaround for bug 86551
// outliner will refuse to recognize initial height of 0 unless
// we force frame reconstruction via setting the style attribute
if (!("__firstPaint__" in this)) {
this.__firstPaint__ = true;
this.outliner.setAttribute("style", this.outliner.getAttribute("style"));
}
]]></body> ]]></body>
</method> </method>