diff -r 5391ab620c95 -r bb94eec7c8f3 branchobj.cpp --- a/branchobj.cpp Wed Sep 06 12:47:06 2006 +0000 +++ b/branchobj.cpp Thu Sep 21 13:48:05 2006 +0000 @@ -664,6 +664,7 @@ void BranchObj::setDockPos() { + // Sets childpos and parpos depending on orientation if (getOrientation()==OrientLeftOfCenter ) { childPos=QPoint (ornamentsBBox.bottomLeft().x(), ornamentsBBox.bottomLeft().y() ); @@ -674,6 +675,7 @@ parPos=QPoint (ornamentsBBox.bottomLeft().x(),ornamentsBBox.bottomLeft().y() ); } } + LinkableMapObj* BranchObj::findMapObj(QPoint p, LinkableMapObj* excludeLMO) { // Search branches @@ -1242,30 +1244,42 @@ int th = bboxTotal.height(); // TODO testing /* - cout << "BO::alignRelTo "<