author | insilmaril |
Thu, 01 Jun 2006 14:51:57 +0000 | |
changeset 347 | 4a3c06183639 |
parent 346 | 5e703d4959ae |
child 348 | 7beee279a877 |
xlinkobj.cpp | file | annotate | diff | revisions |
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)