diff -r d1d636eec6b1 -r 3dc98c8843bc xlinkobj.cpp --- a/xlinkobj.cpp Tue Apr 11 14:34:14 2006 +0000 +++ b/xlinkobj.cpp Tue Aug 01 09:30:57 2006 +0000 @@ -31,6 +31,7 @@ delete (poly); } + void XLinkObj::init () { beginBranch=NULL; @@ -58,6 +59,7 @@ setVisibility (other->visible); beginBranch=other->beginBranch; endBranch=other->endBranch; + width=other->width; } void XLinkObj::setBegin (BranchObj *bo)