git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2971 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-11-14 02:57:13 +00:00
parent 4cba57a6b2
commit 8fb2ad64f8

View file

@ -242,6 +242,7 @@ function doFitBorderSize() {
for(var i=0;i<obj_list.length;i++) {
var obj = obj_list[i];
xHeight(obj, xHeight(obj.parentNode));
obj.parentNode.style.clear = '';
}
}