mapeditor.cpp
changeset 104 270593ab83b2
parent 103 c810a11d11d9
child 105 67a91e28b30f
     1.1 --- a/mapeditor.cpp	Mon May 23 15:28:20 2005 +0000
     1.2 +++ b/mapeditor.cpp	Mon May 30 05:39:10 2005 +0000
     1.3 @@ -2258,7 +2258,7 @@
     1.4  		bo=bo->next();
     1.5  	}
     1.6      stats+=QString ("%1 branches\n").arg (b-1,6);
     1.7 -    stats+=QString ("%1 xLinks \n").arg (xl-1,6);
     1.8 +    stats+=QString ("%1 xLinks \n").arg (xl,6);
     1.9      stats+=QString ("%1 notes\n").arg (n,6);
    1.10      stats+=QString ("%1 images\n").arg (f,6);
    1.11  	dia.setStats (stats);
    1.12 @@ -2951,8 +2951,7 @@
    1.13  					unselect();
    1.14  					selection=mapCenter->getLastBranch();
    1.15  					selection->select();
    1.16 -					selection->setParObjTmp ((BranchObj*)(selection),p,1); 
    1.17 -					selection->updateLink();
    1.18 +					mapCenter->reposition();
    1.19  				}
    1.20  			}	else
    1.21  			{