diff -r 5e703d4959ae -r 4a3c06183639 xlinkobj.cpp --- a/xlinkobj.cpp Thu Jun 01 14:51:56 2006 +0000 +++ b/xlinkobj.cpp Thu Jun 01 14:51: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)