diff -r 394b2f297e1d -r 6f28020b33d1 mapeditor.cpp --- a/mapeditor.cpp Thu Jul 17 11:11:55 2008 +0000 +++ b/mapeditor.cpp Thu Jul 17 12:55:24 2008 +0000 @@ -4760,12 +4760,7 @@ } else { // Move ordinary branch - if (lmosel->getOrientation() == LinkableMapObj::LeftOfCenter) - // Add width of bbox here, otherwise alignRelTo will cause jumping around - lmosel->move(p.x() -movingObj_start.x()+lmosel->getBBox().width(), - p.y()-movingObj_start.y() +lmosel->getTopPad() ); - else - lmosel->move(p.x() -movingObj_start.x(), p.y()-movingObj_start.y() -lmosel->getTopPad()); + lmosel->move(p.x() -movingObj_start.x(), p.y()-movingObj_start.y() ); } // Maybe we can relink temporary?