branchobj.cpp
changeset 151 4b2e70fbacec
parent 146 1b52ff19aad5
child 158 a33a2bdd8299
     1.1 --- a/branchobj.cpp	Wed Aug 10 06:26:20 2005 +0000
     1.2 +++ b/branchobj.cpp	Tue Aug 16 14:25:43 2005 +0000
     1.3 @@ -1115,6 +1115,7 @@
     1.4  	{	
     1.5  		// links myself as last branch at dst
     1.6  		dst->addBranchPtr (this);
     1.7 +		updateLink();
     1.8  		return this;
     1.9  	} else
    1.10  	{
    1.11 @@ -1123,6 +1124,7 @@
    1.12  		{
    1.13  			BranchObj *bo=dst->insertBranchPtr (this,pos);
    1.14  			bo->setDefAttr(MovedBranch);
    1.15 +			updateLink();
    1.16  			return bo;
    1.17  
    1.18  		} else