# HG changeset patch
# User insilmaril
# Date 1149173517 0
# Node ID 4a3c06183639ba94f4ba03a1300d3a22baebe0c1
# Parent  5e703d4959aee9e9fc8f02d29ae3ba6054dadaeb
Bugfix for duplicate xLinks

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)