xlinkobj.cpp
changeset 347 4a3c06183639
parent 298 d1d636eec6b1
child 366 e95081c21da2
     1.1 --- a/xlinkobj.cpp	Thu Jun 01 14:51:56 2006 +0000
     1.2 +++ b/xlinkobj.cpp	Thu Jun 01 14:51:57 2006 +0000
     1.3 @@ -31,6 +31,7 @@
     1.4  	delete (poly);
     1.5  }
     1.6  
     1.7 +
     1.8  void XLinkObj::init () 
     1.9  {
    1.10  	beginBranch=NULL;
    1.11 @@ -58,6 +59,7 @@
    1.12  	setVisibility (other->visible);
    1.13  	beginBranch=other->beginBranch;
    1.14  	endBranch=other->endBranch;
    1.15 +	width=other->width;
    1.16  }
    1.17  
    1.18  void XLinkObj::setBegin (BranchObj *bo)