# HG changeset patch # User insilmaril # Date 1158233897 0 # Node ID 8b0ab4c0f76741d74b97589974dc1c97ee7031a9 # Parent c79df732d09524805c1e75821a551a990aad84ca 1.8.57 - more changes in history window, Note Editor is QT4 now diff -r c79df732d095 -r 8b0ab4c0f767 branchobj.cpp --- a/branchobj.cpp Fri Sep 08 12:30:09 2006 +0000 +++ b/branchobj.cpp Thu Sep 14 11:38:17 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 "<