diff -r f1006de05c54 -r 7d67be709091 branchobj.cpp --- a/branchobj.cpp Mon Sep 07 15:36:57 2009 +0000 +++ b/branchobj.cpp Tue Sep 08 12:15:39 2009 +0000 @@ -143,7 +143,9 @@ if (parObj->getTreeItem()->depth()==0) { // new parent is a mapcenter - QPointF p= normalize ( QPointF (m.x() - o->getChildPos().x(), + //FIXME-2 rewrite to us new normalize QPointF p= normalize ( QPointF (m.x() - o->getChildPos().x(), + // m.y() - o->getChildPos().y() )); + QPointF p= ( QPointF (m.x() - o->getChildPos().x(), m.y() - o->getChildPos().y() )); if (p.x()<0) p.setX( p.x()-bbox.width() ); move2RelPos (p);