diff -r c810a11d11d9 -r 270593ab83b2 mapeditor.cpp --- a/mapeditor.cpp Mon May 23 15:28:20 2005 +0000 +++ b/mapeditor.cpp Mon May 30 05:39:10 2005 +0000 @@ -2258,7 +2258,7 @@ bo=bo->next(); } stats+=QString ("%1 branches\n").arg (b-1,6); - stats+=QString ("%1 xLinks \n").arg (xl-1,6); + stats+=QString ("%1 xLinks \n").arg (xl,6); stats+=QString ("%1 notes\n").arg (n,6); stats+=QString ("%1 images\n").arg (f,6); dia.setStats (stats); @@ -2951,8 +2951,7 @@ unselect(); selection=mapCenter->getLastBranch(); selection->select(); - selection->setParObjTmp ((BranchObj*)(selection),p,1); - selection->updateLink(); + mapCenter->reposition(); } } else {