diff -r d1d636eec6b1 -r 496aafc50372 xlinkobj.cpp --- a/xlinkobj.cpp Tue Apr 11 14:34:14 2006 +0000 +++ b/xlinkobj.cpp Mon Jul 31 12:13:54 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)