fix for #94767. when the column toggle state changes, invalidate the outliner.

sr=hyatt
This commit is contained in:
sspitzer%netscape.com 2001-08-14 02:30:17 +00:00
parent 50912cb832
commit efd3447de7

View File

@ -622,6 +622,9 @@
colNode.removeAttribute("collapsed");
else
colNode.setAttribute("collapsed", "true");
// now that columns have changed, we need to invalidate
colNode.parentNode.outlinerBoxObject.invalidate();
}
]]>
</body>